diff options
author | Rémy Coutable <remy@rymai.me> | 2017-09-07 11:52:26 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-07 11:52:26 +0200 |
commit | a11b1926b7a363f0d370f4f2bb7b4cba4003d854 (patch) | |
tree | 14505aa3cf9a6333252de17fb6a5b68ea89bfa58 /Gemfile | |
parent | 424c46731018f0232e2b6341f474100cb185c05a (diff) | |
download | gitlab-ce-a11b1926b7a363f0d370f4f2bb7b4cba4003d854.tar.gz |
Update the omniauth-google-oauth2 gem to 0.5.237411-update-omniauth-google-oauth2
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ gem 'omniauth-cas3', '~> 1.1.4' gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' -gem 'omniauth-google-oauth2', '~> 0.4.1' +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' |