mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Fix gem dependency declaration
Dependabot updated openid_connect despite this being restricted in our Gemfile. Now, all future updates downgrade openid_connect again to satisfy our requested version. I couldn't find any good reason not to upgrade openid_connect though and since that's the version we already have, let's keep it and just remove the restriction. Then bundler doesn't downgrade any more and updates are performed well.
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -74,7 +74,7 @@ gem 'rswag-ui'
|
||||
|
||||
gem 'omniauth_openid_connect'
|
||||
gem 'omniauth-rails_csrf_protection'
|
||||
gem 'openid_connect', '~> 1.3'
|
||||
gem 'openid_connect'
|
||||
|
||||
gem 'angularjs-rails', '1.8.0'
|
||||
gem 'bugsnag'
|
||||
|
||||
@@ -882,7 +882,7 @@ DEPENDENCIES
|
||||
oauth2 (~> 1.4.7)
|
||||
omniauth-rails_csrf_protection
|
||||
omniauth_openid_connect
|
||||
openid_connect (~> 1.3)
|
||||
openid_connect
|
||||
order_management!
|
||||
pagy (~> 5.1)
|
||||
paper_trail
|
||||
|
||||
Reference in New Issue
Block a user