diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-10-19 10:40:25 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-10-19 10:40:25 -0500 |
commit | 43da118f85d1e53770d106905be3358c6452c37e (patch) | |
tree | 5dd12ea22adbdd6ec108854fe7d72f02cd2fe667 /Gemfile | |
parent | b1947b714b1d581c23fdea24f4eb22131c558765 (diff) | |
download | gitlab-ce-43da118f85d1e53770d106905be3358c6452c37e.tar.gz |
Bump `omniauth-saml` to 1.7.0 to include security fixes and metadata support for IdP auto-configuration.update-omniauth-saml
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' gem 'omniauth-google-oauth2', '~> 0.4.1' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos -gem 'omniauth-saml', '~> 1.6.0' +gem 'omniauth-saml', '~> 1.7.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' |