diff options
author | Janis Meybohm <janis.mey@posteo.de> | 2015-12-23 11:17:25 +0100 |
---|---|---|
committer | Janis Meybohm <janis.mey@posteo.de> | 2016-01-06 14:30:43 +0100 |
commit | da53fcba2d0e46e47a8fd6a79591a6367e863d57 (patch) | |
tree | c353942bf8b249852def165b044e901ed1e35ed3 /Gemfile.lock | |
parent | 8b39b8cd54bb73b485ee6ea7fc5d3bbfbe07cd5d (diff) | |
download | gitlab-ce-da53fcba2d0e46e47a8fd6a79591a6367e863d57.tar.gz |
Enable Microsoft Azure OAuth2 support
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 ffb7cef0aba..2b42f325503 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -488,6 +488,10 @@ GEM activesupport nokogiri (>= 1.4.4) omniauth (~> 1.0) + omniauth-azure-oauth2 (0.0.6) + jwt (~> 1.0) + omniauth (~> 1.0) + omniauth-oauth2 (~> 1.1) opennebula (4.14.2) json nokogiri @@ -927,6 +931,7 @@ DEPENDENCIES omniauth-shibboleth (~> 1.2.0) omniauth-twitter (~> 1.2.0) omniauth_crowd + omniauth-azure-oauth2 org-ruby (~> 0.9.12) paranoia (~> 2.0) pg (~> 0.18.2) |