parallel gem no longer required
This commit is contained in:
parent
9474bb27fc
commit
844a1b8476
2 changed files with 0 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -64,7 +64,6 @@ 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,7 +804,6 @@ 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