diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-08-31 13:59:52 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-09-02 12:42:01 +0300 |
commit | 3700e5a9607ba9980940a29d275e22034538473d (patch) | |
tree | e781dc06aba5c73b979295eb124b1ef68c1f20aa /Gemfile.lock | |
parent | 6f19e8799e4c8233b01068bf6b5406b0ba1d1105 (diff) | |
download | gitlab-ce-3700e5a9607ba9980940a29d275e22034538473d.tar.gz |
Crowd integration
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2450b95d973..78affaeaa7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,6 +434,10 @@ GEM omniauth-twitter (1.0.1) multi_json (~> 1.3) omniauth-oauth (~> 1.0) + omniauth_crowd (2.2.3) + activesupport + nokogiri (>= 1.4.4) + omniauth (~> 1.0) opennebula (4.12.1) json nokogiri @@ -821,6 +825,7 @@ DEPENDENCIES omniauth-saml (~> 1.4.0) omniauth-shibboleth omniauth-twitter + omniauth_crowd org-ruby (= 0.9.12) pg poltergeist (~> 1.6.0) |