From 7903db8b3cc9bf683004745e2f1598530147b982 Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Thu, 7 Apr 2011 18:59:12 -0500 Subject: [PATCH] Adding source to root Gemfile --- Gemfile | 2 ++ oa-core/Gemfile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dc00c12..bca655c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ +source 'http://rubyforge.org' + OMNIAUTH_GEMS = %w(oa-basic oa-core oa-oauth oa-openid oa-enterprise oa-more omniauth) OMNIAUTH_GEMS.each do |jem| diff --git a/oa-core/Gemfile b/oa-core/Gemfile index ae74972..ace7222 100644 --- a/oa-core/Gemfile +++ b/oa-core/Gemfile @@ -3,5 +3,4 @@ source "http://rubygems.org" # Will automatically pull in this gem and all its # dependencies specified in the gemspec gem 'oa-core', :path => File.expand_path("..", __FILE__) - eval File.read(File.join(File.dirname(__FILE__), '../development_dependencies.rb'))