Skip to content

Commit

Permalink
Updated pinned version of jaro-winkler to 1.5.6 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDatadog authored Jul 10, 2024
1 parent 8f7a60c commit 0f22248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gem 'kitchen-docker', '~> 2.3.0'
gem 'rbnacl', '~> 4.0.2'
gem 'rbnacl-libsodium', '~> 1.0.16'
gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
gem 'jaro_winkler', '~> 1.5.6'

if RUBY_VERSION < '2.6.4'
gem 'term-ansicolor', '~> 1.8.0'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
inflecto (0.0.2)
iniparse (1.5.0)
ipaddress (0.8.3)
jaro_winkler (1.5.4)
jaro_winkler (1.5.6)
json (2.3.1)
json_spec (1.1.5)
multi_json (~> 1.0)
Expand Down Expand Up @@ -383,6 +383,7 @@ DEPENDENCIES
fauxhai-ng (~> 8.3.1)
foodcritic (~> 16.3.0)
inflecto
jaro_winkler (~> 1.5.6)
json_spec (~> 1.1.4)
kitchen-docker (~> 2.3.0)
kitchen-vagrant
Expand Down

0 comments on commit 0f22248

Please sign in to comment.