diff options
author | Pirate Praveen <praveen@debian.org> | 2018-03-15 09:20:51 +0100 |
---|---|---|
committer | Pirate Praveen <praveen@debian.org> | 2018-03-15 09:23:58 +0100 |
commit | 34cb7057acec0b55b5c09bfc233d880a409fa16b (patch) | |
tree | a7ebd61769e065777ceafbcecea7b7f0c97a018c /Gemfile | |
parent | 0c375c8045f7169e4cead1568d60649039904054 (diff) | |
download | gitlab-ce-34cb7057acec0b55b5c09bfc233d880a409fa16b.tar.gz |
Relax omniauth-saml
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.5.2' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-oauth2-generic', '~> 0.2.2' -gem 'omniauth-saml', '~> 1.10.0' +gem 'omniauth-saml', '~> 1.10' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' |