Skip to content

Commit

Permalink
Removed jaro_winkler as a dependency (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed May 6, 2024
1 parent a7aadfa commit 6e4f40f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -27,10 +27,6 @@ group :development do
# The latest version of rubocop is only compatible with Ruby 2.7+
gem "rubocop", "1.57.2" if RUBY_VERSION >= "2.7"

# 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 "sorbet"
gem "tapioca"

Expand Down

0 comments on commit 6e4f40f

Please sign in to comment.