parent
00e6d799e8
commit
a955c51eb6
1
Gemfile
1
Gemfile
|
@ -155,3 +155,4 @@ end
|
|||
gem 'concurrent-ruby', require: false
|
||||
|
||||
gem "elastic-apm", "~> 3.13"
|
||||
gem 'similar_text', '~> 0.0.4'
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue