Skip to content

Commit

Permalink
Will this fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Nov 28, 2023
1 parent 4925d05 commit 5cf8e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ group :development do
gem "rubocop", "1.57.2" if RUBY_VERSION >= "2.7"

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

platforms :mri do
gem "byebug"
Expand Down

0 comments on commit 5cf8e62

Please sign in to comment.