From 3db01eea6bc6142b547e6461c2831f1cedf05891 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 5 Oct 2015 16:30:46 -0300 Subject: [PATCH] make gemfile omniauth-google-oauth2 version fixed --- plugins/oauth_client/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/oauth_client/Gemfile b/plugins/oauth_client/Gemfile index 2aba102..e071ec0 100644 --- a/plugins/oauth_client/Gemfile +++ b/plugins/oauth_client/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'omniauth', '~> 1.2.2' gem 'omniauth-facebook', '~> 2.0.0' -gem "omniauth-google-oauth2", '~> 0.2.6' +gem "omniauth-google-oauth2", '0.2.6' -- libgit2 0.21.2