Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Add JaroWrinkler gem
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmatthewsdev committed May 20, 2024
1 parent 4d3c536 commit 180cc3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ gem 'vite_rails'

gem 'rack-mini-profiler'

gem 'jaro_winkler'

# handles pagination
gem 'kaminari'

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -486,6 +489,7 @@ DEPENDENCIES
faraday (~> 2.9)
faraday-follow_redirects
foreman
jaro_winkler
jsonpath
kaminari
letter_opener
Expand Down

0 comments on commit 180cc3c

Please sign in to comment.