Gemfile in stripe-11.4.0.pre.beta.1 vs Gemfile in stripe-11.6.0

- old
+ new

@@ -25,13 +25,9 @@ # up-to-date, but it's not the end of the world if it's not. # # 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" platforms :mri do gem "byebug"