Merge branch 'sh-upgrade-omniauth-openid-connect' into 'master'
Upgrade omniauth_openid_connect to our own fork See merge request gitlab-org/gitlab!60181
Showing
... | ... | @@ -49,7 +49,7 @@ gem 'omniauth-shibboleth', '~> 1.3.0' |
gem 'omniauth-twitter', '~> 1.4' | ||
gem 'omniauth_crowd', '~> 2.4.0' | ||
gem 'omniauth-authentiq', '~> 0.3.3' | ||
gem 'omniauth_openid_connect', '~> 0.3.5' | ||
gem 'gitlab-omniauth-openid-connect', '~> 0.4.0', require: 'omniauth_openid_connect' | ||
gem 'omniauth-salesforce', '~> 1.0.5' | ||
gem 'omniauth-atlassian-oauth2', '~> 0.2.0' | ||
gem 'rack-oauth2', '~> 1.16.0' | ||
... | ... |
Please register or sign in to comment