mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #12131 from mkllnk/openid_connect
Fix gem dependency declaration
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