diff options
author | Tom Downes <thomas.downes@ligo.org> | 2018-07-03 21:38:31 -0500 |
---|---|---|
committer | Tom Downes <thomas.downes@ligo.org> | 2018-07-04 20:39:30 -0500 |
commit | 78981fe035c4876cc3e298a74ce87f755a50b67d (patch) | |
tree | 53b77803f10c6d38ad5d3e6e63f71f645bdff01b /Gemfile.rails5.lock | |
parent | 116955c4533497e68abbddbace2eae0a07c98569 (diff) | |
download | gitlab-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.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 75d9db5f29a..0d153a526e7 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -572,7 +572,7 @@ GEM omniauth-saml (1.10.0) omniauth (~> 1.3, >= 1.3.2) ruby-saml (~> 1.7) - omniauth-shibboleth (1.2.1) + omniauth-shibboleth (1.3.0) omniauth (>= 1.0.0) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) @@ -1111,7 +1111,7 @@ DEPENDENCIES omniauth-kerberos (~> 0.3.0) omniauth-oauth2-generic (~> 0.2.2) omniauth-saml (~> 1.10) - omniauth-shibboleth (~> 1.2.0) + omniauth-shibboleth (~> 1.3.0) omniauth-twitter (~> 1.4) omniauth_crowd (~> 2.2.0) org-ruby (~> 0.9.12) |