Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirate Praveen <praveen@onenetbeyond.org>2016-06-23 17:15:10 +0300
committerPirate Praveen <praveen@onenetbeyond.org>2016-06-23 18:57:03 +0300
commit85cb5635babe5aa2c051fa2f40be4b28a106640f (patch)
tree3b4182f564749f2f1adb625a915c983cf557886b /Gemfile
parent3eab71f930f5baf72b27f46a04f84ce6a9838c21 (diff)
bump google-omniauth-oauth2 to 0.4.1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 092ea9d69b0..64889919bb7 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.5.0'
gem 'omniauth-shibboleth', '~> 1.2.0'