diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-03-14 07:13:13 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-03-14 07:26:03 +0900 |
commit | dd48144c199e24eddadc5920c2c759fc2bc97d03 (patch) | |
tree | 8567820bcda45322f842c98ca75f59db89ac14a7 /Gemfile | |
parent | dfed7b4575cfe5990a2675b41a9a88d52b97b265 (diff) | |
download | gitlab-ce-dd48144c199e24eddadc5920c2c759fc2bc97d03.tar.gz |
Update ruby-saml to 1.7.2 and omniauth-saml to 1.10.0
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.7.0' +gem 'omniauth-saml', '~> 1.10.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' gem 'omniauth_crowd', '~> 2.2.0' |