Remove reference to unused parallel gem
It *is* still used by rubocop, so this doesn't actually remove it from our install set. But it does clean up the Gemfile a bit!
This commit is contained in:
parent
d75b30ee7b
commit
e0b2f6654f
2 changed files with 0 additions and 4 deletions
3
Gemfile
3
Gemfile
|
|
@ -56,9 +56,6 @@ gem 'rack-attack', '~> 6.7'
|
|||
# For testing emails in development.
|
||||
gem 'letter_opener', '~> 1.8', '>= 1.8.1', group: :development
|
||||
|
||||
# For parallel API calls.
|
||||
gem 'parallel', '~> 1.23'
|
||||
|
||||
# For miscellaneous HTTP requests.
|
||||
gem "addressable", "~> 2.8"
|
||||
|
||||
|
|
|
|||
|
|
@ -552,7 +552,6 @@ DEPENDENCIES
|
|||
omniauth (~> 2.1)
|
||||
omniauth-rails_csrf_protection (~> 1.0)
|
||||
omniauth_openid_connect (~> 0.7.1)
|
||||
parallel (~> 1.23)
|
||||
protocol-rack (~> 0.10.0, < 0.11.0)
|
||||
rack-attack (~> 6.7)
|
||||
rack-mini-profiler (~> 3.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue