diff options
author | Robert Speicher <robert@gitlab.com> | 2016-07-10 20:16:33 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-07-10 20:16:33 +0000 |
commit | 639d8490f1f37d5c392df650b5e939679a375c8a (patch) | |
tree | 4362ded086b70056ee32337bfb1b53ca977477ff /Gemfile.lock | |
parent | 49df1f27ba00fe1035a5c950a47046ec34c75bda (diff) | |
parent | 85cb5635babe5aa2c051fa2f40be4b28a106640f (diff) | |
download | gitlab-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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
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) |