diff options
author | Stan Hu <stanhu@gmail.com> | 2023-02-13 09:47:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 15:47:50 +0100 |
commit | f553b064e09fd9005c61b910f7be9f7e2955197b (patch) | |
tree | 6748236ec481bd816cdd3588662982538fea09c6 /Gemfile | |
parent | eddfb33dfea6a17e71377d95498b557dd0194477 (diff) |
Switch OpenID Connect gems (#23223)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 5bb81e3d5..961926c53 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ end gem 'net-ldap', '~> 0.17' gem 'omniauth-cas', '~> 2.0' gem 'omniauth-saml', '~> 1.10' -gem 'gitlab-omniauth-openid-connect', '~>0.10.1', require: 'omniauth_openid_connect' +gem 'omniauth_openid_connect', '~> 0.6.0' gem 'omniauth', '~> 1.9' gem 'omniauth-rails_csrf_protection', '~> 0.1' |