diff --git a/Gemfile.lock b/Gemfile.lock index 6ad6fe1..0e01402 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - localer (0.1.1) + localer (0.2.0) dry-initializer (>= 2.0) thor (>= 0.19) @@ -41,7 +41,7 @@ GEM cucumber-tag_expressions (1.1.1) cucumber-wire (0.0.1) diff-lcs (1.3) - dry-initializer (2.5.0) + dry-initializer (3.0.3) ffi (1.12.2) gherkin (5.1.0) jaro_winkler (1.5.4) diff --git a/lib/localer/version.rb b/lib/localer/version.rb index b492642..14e8844 100644 --- a/lib/localer/version.rb +++ b/lib/localer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Localer - VERSION = "0.1.1" + VERSION = "0.2.0" end