diff options
author | Horatiu Eugen Vlad <horatiu@vlad.eu> | 2019-04-15 15:45:59 +0000 |
---|---|---|
committer | Horatiu Eugen Vlad <horatiu@vlad.eu> | 2019-05-06 09:01:29 +0200 |
commit | 6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9 (patch) | |
tree | a455cb977ba5ce481030355fcbf04be0723666d2 /Gemfile.lock | |
parent | 2432a540cff461c5d9c0346dd4021229078d674d (diff) | |
download | gitlab-ce-6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9.tar.gz |
Added Omniauth OpenId Connect startegy
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c5ad2357434..4f5f018cf82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -559,13 +559,13 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - omniauth-ultraauth (0.0.1) - omniauth_openid_connect (~> 0.2.4) + omniauth-ultraauth (0.0.2) + omniauth_openid_connect (~> 0.3.0) omniauth_crowd (2.2.3) activesupport nokogiri (>= 1.4.4) omniauth (~> 1.0) - omniauth_openid_connect (0.2.4) + omniauth_openid_connect (0.3.0) addressable (~> 2.5) omniauth (~> 1.3) openid_connect (~> 1.1) @@ -1124,8 +1124,9 @@ DEPENDENCIES omniauth-saml (~> 1.10) omniauth-shibboleth (~> 1.3.0) omniauth-twitter (~> 1.4) - omniauth-ultraauth (~> 0.0.1) + omniauth-ultraauth (~> 0.0.2) omniauth_crowd (~> 2.2.0) + omniauth_openid_connect (~> 0.3.0) org-ruby (~> 0.9.12) peek (~> 1.0.1) peek-gc (~> 0.0.2) |