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"