Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-19 15:16:58 +0300
committerRémy Coutable <remy@rymai.me>2017-07-19 15:16:58 +0300
commit0579a89fb9aa93918760b2dd3eb6b7ae0eeea739 (patch)
tree0affe7f35a624b21194148e0606877dbec93c179 /Gemfile
parent312ed3f9a458ba76a738cf75da8e07954cedecdd (diff)
parent6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (diff)
Merge branch 'authentiq-updates' into 'master'
Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0d6b38897ef..57d2274b4b6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -37,7 +37,7 @@ gem 'omniauth-saml', '~> 1.7.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd', '~> 2.2.0'
-gem 'omniauth-authentiq', '~> 0.3.0'
+gem 'omniauth-authentiq', '~> 0.3.1'
gem 'rack-oauth2', '~> 1.2.1'
gem 'jwt', '~> 1.5.6'