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:
Emi Matchu 2025-07-26 09:56:49 -07:00
parent d75b30ee7b
commit e0b2f6654f
2 changed files with 0 additions and 4 deletions

View file

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

View file

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