diff --git a/Gemfile b/Gemfile index 99e20a83..e9311a1a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,8 @@ gem 'vite_rails' gem 'rack-mini-profiler' +gem 'jaro_winkler' + # handles pagination gem 'kaminari' diff --git a/Gemfile.lock b/Gemfile.lock index 33e30344..9797352e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,6 +203,7 @@ GEM irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) + jaro_winkler (1.5.6) json (2.7.2) jsonpath (1.1.5) multi_json @@ -345,7 +346,8 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rotp (6.3.0) rqrcode (2.2.0) chunky_png (~> 1.0) @@ -434,6 +436,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -486,6 +489,7 @@ DEPENDENCIES faraday (~> 2.9) faraday-follow_redirects foreman + jaro_winkler jsonpath kaminari letter_opener