diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-06-27 10:37:54 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-06-27 10:37:54 -0500 |
commit | c8cf159d14b2fcda0054a32e1f2595e45f3d8e7b (patch) | |
tree | 8fcf7a2834aa061694ce9fba5103004e32239898 /Gemfile.lock | |
parent | 7ca3685959c557809614acdf57957bf8d79bea19 (diff) | |
download | gitlab-ce-c8cf159d14b2fcda0054a32e1f2595e45f3d8e7b.tar.gz |
Update omniauth-saml to 1.6.0 to address a security vulnerability in ruby-saml
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3f3ceb667b5..66660f546e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -459,9 +459,9 @@ GEM omniauth-oauth2 (1.3.1) oauth2 (~> 1.0) omniauth (~> 1.2) - omniauth-saml (1.5.0) + omniauth-saml (1.6.0) omniauth (~> 1.3) - ruby-saml (~> 1.1, >= 1.1.1) + ruby-saml (~> 1.3) omniauth-shibboleth (1.2.1) omniauth (>= 1.0.0) omniauth-twitter (1.2.1) @@ -622,9 +622,8 @@ GEM ruby-fogbugz (0.2.1) crack (~> 0.4) ruby-progressbar (1.8.1) - ruby-saml (1.1.2) + ruby-saml (1.3.0) nokogiri (>= 1.5.10) - uuid (~> 2.3) ruby_parser (3.8.2) sexp_processor (~> 4.1) rubyntlm (0.5.2) @@ -912,7 +911,7 @@ DEPENDENCIES omniauth-gitlab (~> 1.0.0) omniauth-google-oauth2 (~> 0.2.0) omniauth-kerberos (~> 0.3.0) - omniauth-saml (~> 1.5.0) + omniauth-saml (~> 1.6.0) omniauth-shibboleth (~> 1.2.0) omniauth-twitter (~> 1.2.0) omniauth_crowd (~> 2.2.0) |