diff options
author | Valery Sizov <vsv2711@gmail.com> | 2014-12-16 13:57:40 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2014-12-16 13:57:40 +0200 |
commit | 15303bbfd76ae91fcba6202c5449425cb3c99829 (patch) | |
tree | bf20fca7a23481d497bcdbd3f4330256a702a86f /Gemfile.lock | |
parent | 8d71e4e0d0868de0659047f18cad08924a3ba49e (diff) | |
download | gitlab-ce-15303bbfd76ae91fcba6202c5449425cb3c99829.tar.gz |
add kerberos to Gemfile
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 4bcb1eb0de5..a93935ff5cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,6 +322,11 @@ GEM omniauth-google-oauth2 (0.2.5) omniauth (> 1.0) omniauth-oauth2 (~> 1.1) + omniauth-kerberos (0.2.0) + omniauth-multipassword + timfel-krb5-auth (~> 0.8) + omniauth-multipassword (0.4.1) + omniauth (~> 1.0) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) @@ -531,6 +536,7 @@ GEM thread_safe (0.3.4) tilt (1.4.1) timers (1.1.0) + timfel-krb5-auth (0.8) tinder (1.9.3) eventmachine (~> 1.0) faraday (~> 0.8) @@ -655,6 +661,7 @@ DEPENDENCIES omniauth (~> 1.1.3) omniauth-github omniauth-google-oauth2 + omniauth-kerberos omniauth-shibboleth omniauth-twitter org-ruby (= 0.9.9) |