diff --git a/Gemfile b/Gemfile index 9843d1cee9..d43496a2f2 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 237edb61ce..99d29f342d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)