summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-08-14 17:44:12 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-08-14 22:24:21 -0400
commitadfcd572961acc14b2e1e2e2052a6e2e00cf9f79 (patch)
treeaf00a419bc6dd40ff927c56aea1dcfb266ea981b /Gemfile
parent87ec6ae3a57b490ccfc9cedb5ad854ac2abd2704 (diff)
downloadgitlab-ce-adfcd572961acc14b2e1e2e2052a6e2e00cf9f79.tar.gz
Bump omniauth-saml to 1.4.1rs-gem-security
Updates a vulnerable `ruby-saml` dependency. - https://github.com/onelogin/ruby-saml/commit/9853651b96b99653ea8627d757d46bfe62ab6448 - https://github.com/onelogin/ruby-saml/pull/247
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6933930e253..5941365018d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,7 +24,7 @@ gem 'omniauth-shibboleth'
gem 'omniauth-kerberos', group: :kerberos
gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
-gem 'omniauth-saml'
+gem 'omniauth-saml', '~> 1.4.0'
gem 'doorkeeper', '2.1.3'
gem "rack-oauth2", "~> 1.0.5"