From 09fe0be743185626e86553f7c5626ba25090e188 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 25 Jan 2016 16:59:24 -0300 Subject: [PATCH] oauth_client: fix omniauth-oauth2 version --- 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 f12771b..8c3846a 100644 --- a/plugins/oauth_client/Gemfile +++ b/plugins/oauth_client/Gemfile @@ -1,3 +1,4 @@ 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