From 6e4f40f2a33125ab1254f9145f4d8009232edbce Mon Sep 17 00:00:00 2001 From: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com> Date: Mon, 6 May 2024 14:38:38 -0400 Subject: [PATCH] Removed jaro_winkler as a dependency (#1389) --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 62cab7f0..193658d6 100644 --- a/Gemfile +++ b/Gemfile @@ -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"