diff options
author | Daniel Carraro <daniel@blinkmobile.com.au> | 2016-02-29 16:37:27 +1100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-16 13:12:20 +0100 |
commit | d6caadd1d533eaacde8e7e315546e7c5425d60e6 (patch) | |
tree | 4442be25154b5795021e24876e285e4b231e097c /Gemfile.lock | |
parent | a34021cd182af49fc732c4ad58f7594f73c46f01 (diff) | |
download | gitlab-ce-d6caadd1d533eaacde8e7e315546e7c5425d60e6.tar.gz |
Added omniauth-auth0 Gem + Applicable Documentation.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 669bfcf4d6b..7b0dd83da52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,6 +498,8 @@ GEM omniauth (1.3.1) hashie (>= 1.2, < 4) rack (>= 1.0, < 3) + omniauth-auth0 (1.4.1) + omniauth-oauth2 (~> 1.1) omniauth-azure-oauth2 (0.0.6) jwt (~> 1.0) omniauth (~> 1.0) @@ -973,6 +975,7 @@ DEPENDENCIES oauth2 (~> 1.0.0) octokit (~> 3.8.0) omniauth (~> 1.3.1) + omniauth-auth0 (~> 1.4.1) omniauth-azure-oauth2 (~> 0.0.6) omniauth-bitbucket (~> 0.0.2) omniauth-cas3 (~> 1.1.2) |