summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTom Downes <thomas.downes@ligo.org>2018-07-03 21:38:31 -0500
committerTom Downes <thomas.downes@ligo.org>2018-07-04 20:39:30 -0500
commit78981fe035c4876cc3e298a74ce87f755a50b67d (patch)
tree53b77803f10c6d38ad5d3e6e63f71f645bdff01b /Gemfile
parent116955c4533497e68abbddbace2eae0a07c98569 (diff)
downloadgitlab-ce-78981fe035c4876cc3e298a74ce87f755a50b67d.tar.gz
Update OmniAuth Shibboleth gem to latest to gain support
for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 993c3c4b3e7..052d0d7e0d4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -47,7 +47,7 @@ gem 'omniauth-google-oauth2', '~> 0.5.3'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-oauth2-generic', '~> 0.2.2'
gem 'omniauth-saml', '~> 1.10'
-gem 'omniauth-shibboleth', '~> 1.2.0'
+gem 'omniauth-shibboleth', '~> 1.3.0'
gem 'omniauth-twitter', '~> 1.4'
gem 'omniauth_crowd', '~> 2.2.0'
gem 'omniauth-authentiq', '~> 0.3.3'