summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-12 17:20:24 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-12 17:20:24 +0000
commitb6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (patch)
treedfb807dd72e8b0a4ff5fc094d6413550bff96566 /Gemfile
parent803fe6501c604b5567f281f7662080c5b8626cf1 (diff)
parent350f19f59fd1e44c18699cc46cfff71a92d7e0a4 (diff)
downloadgitlab-ce-b6e56ed3d3ce0e6c76c07819a84f1c49d2caba13.tar.gz
Merge branch 'sh-update-openid-omniauth-gem' into 'master'
Bump omniauth_openid_connect to 0.3.1 See merge request gitlab-org/gitlab-ce!29387
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0569e0649dc..375fcaf76ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ gem 'omniauth-shibboleth', '~> 1.3.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.3'
-gem 'omniauth_openid_connect', '~> 0.3.0'
+gem 'omniauth_openid_connect', '~> 0.3.1'
gem "omniauth-ultraauth", '~> 0.0.2'
gem 'omniauth-salesforce', '~> 1.0.5'
gem 'rack-oauth2', '~> 1.9.3'