From cbb70c896cc97077f851c1410a9fee98ca707a36 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 11 Oct 2009 12:34:51 -0700 Subject: Bundle with system gem sources rather than gems.rubyforge.org default --- actionpack/Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack') diff --git a/actionpack/Gemfile b/actionpack/Gemfile index 60d24104d2..8ee7026f05 100644 --- a/actionpack/Gemfile +++ b/actionpack/Gemfile @@ -1,5 +1,7 @@ rails_root = Pathname.new(File.dirname(__FILE__)).join("..") +Gem.sources.each { |uri| source uri } + gem "rack", "~> 1.0.0" gem "rack-test", "~> 0.5.0" gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport") -- cgit v1.2.3