From a232e863b4944afe23814cd102985cada477ecb6 Mon Sep 17 00:00:00 2001 From: Mark Dodwell Date: Sat, 15 Oct 2011 19:36:52 -0700 Subject: [PATCH] override source for omniauth-oauth2 gem to use github for now --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index a1b93f3..3be7705 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ source :rubygems gemspec + +gem 'omniauth-oauth2', :git => 'git://github.com/intridea/omniauth-oauth2.git'