Add dependency for Chewy parallel reindexing

This commit is contained in:
Vyr Cossont 2022-11-28 11:05:17 -08:00
parent 60654e8111
commit f6f13f54cf
2 changed files with 2 additions and 0 deletions

View file

@ -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'

View file

@ -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)