mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
Replace gitlab-omniauth-openid-connect by omniauth_openid_connect
``` All changes in this gem are now upstreamed in omniauth_openid_connect gem v0.6.0 under the OmniAuth group: https://github.com/omniauth/omniauth_openid_connect. In your Gemfile, replace the line: gem 'gitlab-omniauth-openid-connect', '~> 0.10', require: 'omniauth_openid_connect' With: gem 'omniauth_openid_connect', '~> 0.6' The gitlab-omniauth-openid-connect gem is no longer updated. ``` Allow upgrading omniauth_openid_connect gem The pinned version is the most recent and I would be happy for Dependabot to suggest newer versions when available.
This commit is contained in:
committed by
Maikel Linke
parent
40d767928e
commit
ef4c99bf49
2
Gemfile
2
Gemfile
@@ -69,7 +69,7 @@ gem 'pagy', '~> 5.1'
|
||||
gem 'rswag-api'
|
||||
gem 'rswag-ui'
|
||||
|
||||
gem 'gitlab-omniauth-openid-connect', require: 'omniauth_openid_connect'
|
||||
gem 'omniauth_openid_connect'
|
||||
gem 'openid_connect', '~> 1.3'
|
||||
gem 'omniauth-rails_csrf_protection'
|
||||
|
||||
|
||||
@@ -322,10 +322,6 @@ GEM
|
||||
rspec-core (~> 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
geocoder (1.8.1)
|
||||
gitlab-omniauth-openid-connect (0.10.1)
|
||||
addressable (~> 2.7)
|
||||
omniauth (>= 1.9, < 3)
|
||||
openid_connect (~> 1.2)
|
||||
globalid (1.0.1)
|
||||
activesupport (>= 5.0)
|
||||
gmaps4rails (2.1.2)
|
||||
@@ -438,6 +434,9 @@ GEM
|
||||
omniauth-rails_csrf_protection (1.0.1)
|
||||
actionpack (>= 4.2)
|
||||
omniauth (~> 2.0)
|
||||
omniauth_openid_connect (0.6.0)
|
||||
omniauth (>= 1.9, < 3)
|
||||
openid_connect (~> 1.1)
|
||||
openid_connect (1.4.2)
|
||||
activemodel
|
||||
attr_required (>= 1.0.0)
|
||||
@@ -805,7 +804,6 @@ DEPENDENCIES
|
||||
foreman
|
||||
fuubar (~> 2.5.1)
|
||||
geocoder
|
||||
gitlab-omniauth-openid-connect
|
||||
gmaps4rails
|
||||
good_migrations
|
||||
haml
|
||||
@@ -832,6 +830,7 @@ DEPENDENCIES
|
||||
oauth2 (~> 1.4.7)
|
||||
ofn-qz!
|
||||
omniauth-rails_csrf_protection
|
||||
omniauth_openid_connect
|
||||
openid_connect (~> 1.3)
|
||||
order_management!
|
||||
pagy (~> 5.1)
|
||||
|
||||
Reference in New Issue
Block a user