From e0cb1d4086cc95e79b8ce45e86ba76329f56442b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sat, 17 Aug 2013 22:35:07 -0700 Subject: [PATCH] omniauth-oauth2 should be required in plugin which uses it --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e3db49df1d3..976d6f87e79 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem 'openid-redis-store' gem 'omniauth-facebook' gem 'omniauth-twitter' gem 'omniauth-github' -gem 'omniauth-oauth2' +gem 'omniauth-oauth2', require: false gem 'omniauth-browserid', git: 'https://github.com/callahad/omniauth-browserid.git', branch: 'observer_api' gem 'omniauth-cas' gem 'oj'