From c137cf74f6d8f94439a922bd3f14bb927b24d6de Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 29 Oct 2015 13:34:31 -0300 Subject: [PATCH] Fix gem version of omniauth-oauth2 --- plugins/oauth_client/Gemfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/oauth_client/Gemfile b/plugins/oauth_client/Gemfile index e071ec0..0df07e8 100644 --- a/plugins/oauth_client/Gemfile +++ b/plugins/oauth_client/Gemfile @@ -2,3 +2,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-oauth2', '~> 1.3.1' -- libgit2 0.21.2