diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-06 21:48:19 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-06 21:55:27 -0400 |
commit | 25f77305c3cf66a0c0aa5f15e59be6afb7009be3 (patch) | |
tree | c974fbc21b5a63640cbca2f1dc860a9cda815e78 /Gemfile | |
parent | 0dd49560b95439a74eb25282127a3d8066b68e2a (diff) | |
download | gitlab-ce-25f77305c3cf66a0c0aa5f15e59be6afb7009be3.tar.gz |
Update omniauth-kerberos to ~> 0.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ gem 'omniauth-bitbucket', '~> 0.0.2' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.0' gem 'omniauth-google-oauth2', '~> 0.2.5' -gem 'omniauth-kerberos', '~> 0.2.0', group: :kerberos +gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-saml', '~> 1.4.0' gem 'omniauth-shibboleth', '~> 1.1.1' gem 'omniauth-twitter', '~> 1.2.0' |