diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-06 21:57:10 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-06 21:57:10 -0400 |
commit | 59abf498c67872da702ee35832859f6c07b37a8e (patch) | |
tree | eaea10e4db849419accbb8bcbaee3f94b298d604 /Gemfile | |
parent | 25f77305c3cf66a0c0aa5f15e59be6afb7009be3 (diff) | |
download | gitlab-ce-59abf498c67872da702ee35832859f6c07b37a8e.tar.gz |
Loosen omniauth-google-oauth2 to ~> 0.2.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ gem 'omniauth', '~> 1.2.2' 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-google-oauth2', '~> 0.2.0' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-saml', '~> 1.4.0' gem 'omniauth-shibboleth', '~> 1.1.1' |