Skip to content

Commit

Permalink
Fix dry-inflector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDatadog committed Jul 10, 2024
1 parent 20e1a2f commit ab5f749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'rbnacl', '~> 4.0.2'
gem 'rbnacl-libsodium', '~> 1.0.16'
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
gem 'jaro_winkler', '~> 1.5.6'
gem 'dry-inflector', '~> 1.1.0'
gem 'dry-inflector', '~> 0.2.0'

if RUBY_VERSION < '2.6.4'
gem 'term-ansicolor', '~> 1.8.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.5.1)
docile (1.3.2)
dry-inflector (1.1.0)
dry-inflector (0.2.1)
ed25519 (1.2.4)
equalizer (0.0.11)
erubi (1.9.0)
Expand Down Expand Up @@ -381,7 +381,7 @@ DEPENDENCIES
cookstyle
coveralls (~> 0.8.19)
cucumber-core (~> 3.2.1)
dry-inflector (~> 1.1.0)
dry-inflector (~> 0.2.0)
fauxhai-ng (~> 8.3.1)
foodcritic (~> 16.3.0)
inflecto
Expand Down

0 comments on commit ab5f749

Please sign in to comment.