Added similar_text gem

• Added:
- similar_text gem
This commit is contained in:
Developer 2021-02-18 20:11:39 -05:00
parent 00e6d799e8
commit a955c51eb6
2 changed files with 3 additions and 0 deletions

View File

@ -155,3 +155,4 @@ end
gem 'concurrent-ruby', require: false
gem "elastic-apm", "~> 3.13"
gem 'similar_text', '~> 0.0.4'

View File

@ -593,6 +593,7 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 4.0, < 7.0)
thor (>= 0.20, < 2.0)
similar_text (0.0.4)
simple-navigation (4.1.0)
activesupport (>= 2.3.2)
simple_form (4.1.0)
@ -781,6 +782,7 @@ DEPENDENCIES
sidekiq-bulk (~> 0.2.0)
sidekiq-scheduler (~> 3.0)
sidekiq-unique-jobs (~> 6.0)
similar_text (~> 0.0.4)
simple-navigation (~> 4.0)
simple_form (~> 4.1)
simplecov (~> 0.16)