summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-07-10 20:16:33 +0000
committerRobert Speicher <robert@gitlab.com>2016-07-10 20:16:33 +0000
commit639d8490f1f37d5c392df650b5e939679a375c8a (patch)
tree4362ded086b70056ee32337bfb1b53ca977477ff
parent49df1f27ba00fe1035a5c950a47046ec34c75bda (diff)
parent85cb5635babe5aa2c051fa2f40be4b28a106640f (diff)
downloadgitlab-ce-639d8490f1f37d5c392df650b5e939679a375c8a.tar.gz
Merge branch 'bump-omniauth-google-oauth2' into 'master'
Bump google-omniauth-oauth2 to 0.4.1 Closes #19064 See merge request !4882
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c49c6536bdc..f1fef4caf76 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'omniauth-cas3', '~> 1.1.2'
gem 'omniauth-facebook', '~> 3.0.0'
gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.0'
-gem 'omniauth-google-oauth2', '~> 0.2.0'
+gem 'omniauth-google-oauth2', '~> 0.4.1'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
gem 'omniauth-saml', '~> 1.6.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 055596b056f..22d28104af5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -439,7 +439,7 @@ GEM
omniauth-gitlab (1.0.1)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)
- omniauth-google-oauth2 (0.2.10)
+ omniauth-google-oauth2 (0.4.1)
addressable (~> 2.3)
jwt (~> 1.0)
multi_json (~> 1.3)
@@ -905,7 +905,7 @@ DEPENDENCIES
omniauth-facebook (~> 3.0.0)
omniauth-github (~> 1.1.1)
omniauth-gitlab (~> 1.0.0)
- omniauth-google-oauth2 (~> 0.2.0)
+ omniauth-google-oauth2 (~> 0.4.1)
omniauth-kerberos (~> 0.3.0)
omniauth-saml (~> 1.6.0)
omniauth-shibboleth (~> 1.2.0)