diff --git a/Gemfile b/Gemfile index 80baccd58..cbb5d797d 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,9 @@ group :development do # up-to-date, but it's not the end of the world if it's not. gem "rubocop", "0.80" + # jaro_winkler 1.5.5 installation fails for jruby + gem "jaro_winkler", "1.5.4" + platforms :mri do gem "byebug" gem "pry"