From 5ad5458bc250c2d3f20ef6458004e2316d79adb8 Mon Sep 17 00:00:00 2001 From: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com> Date: Tue, 23 May 2023 10:49:17 -0700 Subject: [PATCH] Downgrade jaro_winkler (#1225) --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) 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"