diff options
author | Alex <dev.alexkeramidas@gmail.com> | 2016-12-11 14:09:37 +0200 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2016-12-21 10:51:10 +0200 |
commit | 6e186b76bb22c5803e3d7105f8ff78c11128812d (patch) | |
tree | 92091c59aec8369c509de8d213b19d0fdf8834ee /Gemfile.lock | |
parent | aa4a6cacfad794814952a303186cb9f5e4e1d427 (diff) | |
download | gitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz |
Added support for Authentiq oauth provider
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 811adfc5c1d..e0266d8fdc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -428,6 +428,8 @@ GEM rack (>= 1.0, < 3) omniauth-auth0 (1.4.1) omniauth-oauth2 (~> 1.1) + omniauth-authentiq (0.2.2) + omniauth-oauth2 (~> 1.3, >= 1.3.1) omniauth-azure-oauth2 (0.0.6) jwt (~> 1.0) omniauth (~> 1.0) @@ -897,6 +899,7 @@ DEPENDENCIES oj (~> 2.17.4) omniauth (~> 1.3.1) omniauth-auth0 (~> 1.4.1) + omniauth-authentiq (~> 0.2.0) omniauth-azure-oauth2 (~> 0.0.6) omniauth-cas3 (~> 1.1.2) omniauth-facebook (~> 4.0.0) |