diff options
author | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-17 15:16:49 +0300 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-18 00:12:50 +0300 |
commit | 6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (patch) | |
tree | 02cd1125a9b9c6712f9f3ad66fcb3538dedfef05 /Gemfile.lock | |
parent | 8906bbae3898484974fa3a37a7f5133acd5fad80 (diff) | |
download | gitlab-ce-6bd94f20e30dfcba5273cd6e7415fb90914ab5a7.tar.gz |
Added authentiq provider to tests and updated documentation, gem and config file.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f356024506c..9e5ef0fb5ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -495,7 +495,7 @@ GEM rack (>= 1.0, < 3) omniauth-auth0 (1.4.1) omniauth-oauth2 (~> 1.1) - omniauth-authentiq (0.3.0) + omniauth-authentiq (0.3.1) omniauth-oauth2 (~> 1.3, >= 1.3.1) omniauth-azure-oauth2 (0.0.6) jwt (~> 1.0) @@ -1024,7 +1024,7 @@ DEPENDENCIES oj (~> 2.17.4) omniauth (~> 1.4.2) omniauth-auth0 (~> 1.4.1) - omniauth-authentiq (~> 0.3.0) + omniauth-authentiq (~> 0.3.1) omniauth-azure-oauth2 (~> 0.0.6) omniauth-cas3 (~> 1.1.2) omniauth-facebook (~> 4.0.0) |