summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-19 13:52:17 +0000
committerDouwe Maan <douwe@gitlab.com>2018-03-19 13:52:17 +0000
commitfbb83069deaad3db1239af66e6c9dc913f29f8f8 (patch)
tree39cb78e0236db483a0f47edf399ddcaa754a80a6 /Gemfile
parente9da2b0c752b00e0af941bf1e33278a7d38cfeb9 (diff)
parent34cb7057acec0b55b5c09bfc233d880a409fa16b (diff)
downloadgitlab-ce-fbb83069deaad3db1239af66e6c9dc913f29f8f8.tar.gz
Merge branch 'update-omniauth-saml' into 'master'
Relax omniauth-saml 1.0.0 -> 1.10 Closes #14292 See merge request gitlab-org/gitlab-ce!17764
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dcd5f5ee049..d2d237a8aaa 100644
--- a/Gemfile
+++ b/Gemfile
@@ -34,7 +34,7 @@ gem 'omniauth-gitlab', '~> 1.0.2'
gem 'omniauth-google-oauth2', '~> 0.5.2'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-oauth2-generic', '~> 0.2.2'
-gem 'omniauth-saml', '~> 1.10.0'
+gem 'omniauth-saml', '~> 1.10'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd', '~> 2.2.0'