diff options
author | James Lopez <james@gitlab.com> | 2018-03-15 15:01:13 +0000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2018-03-21 14:43:47 +0000 |
commit | 140cb0c092151636463a2222ce3fc2267f621d3a (patch) | |
tree | a1338289fd405b9e617ed7e01728b086be820da6 /Gemfile | |
parent | 95ced3bb5fa52e166aa03ee592f63180601cbde7 (diff) | |
download | gitlab-ce-140cb0c092151636463a2222ce3fc2267f621d3a.tar.gz |
Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'
[10.6] Fix GitLab Auth0 integration signs in the wrong user
See merge request gitlab/gitlabhq!2354
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ gem 'devise', '~> 4.2' gem 'doorkeeper', '~> 4.3' gem 'doorkeeper-openid_connect', '~> 1.3' gem 'omniauth', '~> 1.4.2' -gem 'omniauth-auth0', '~> 1.4.1' +gem 'omniauth-auth0', '~> 2.0.0' gem 'omniauth-azure-oauth2', '~> 0.0.9' gem 'omniauth-cas3', '~> 1.1.4' gem 'omniauth-facebook', '~> 4.0.0' |