Skip to content

Commit

Permalink
Updated Jaro Winkler version in stripe-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed Apr 23, 2024
1 parent 47db6b0 commit 9f45e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -29,7 +29,7 @@ group :development do

# jaro_winkler 1.5.5 installation fails for jruby
# don't install on truffleruby
gem "jaro_winkler", "1.5.4" unless RUBY_ENGINE == "truffleruby"
gem "jaro_winkler", "1.5.6" unless RUBY_ENGINE == "truffleruby"

gem "sorbet"
gem "tapioca"
Expand Down

0 comments on commit 9f45e6d

Please sign in to comment.