Add dependency for Chewy parallel reindexing
This commit is contained in:
parent
60654e8111
commit
f6f13f54cf
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -64,6 +64,7 @@ gem 'nokogiri', '~> 1.13'
|
|||
gem 'nsa', '~> 0.2'
|
||||
gem 'oj', '~> 3.13'
|
||||
gem 'ox', '~> 2.14'
|
||||
gem 'parallel', '~> 1.22'
|
||||
gem 'parslet'
|
||||
gem 'posix-spawn'
|
||||
gem 'pundit', '~> 2.2'
|
||||
|
|
|
@ -804,6 +804,7 @@ DEPENDENCIES
|
|||
omniauth-rails_csrf_protection (~> 0.1)
|
||||
omniauth-saml (~> 1.10)
|
||||
ox (~> 2.14)
|
||||
parallel (~> 1.22)
|
||||
parslet
|
||||
pg (~> 1.4)
|
||||
pghero (~> 2.8)
|
||||
|
|
Loading…
Reference in a new issue