diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-10-11 12:34:51 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-10-11 12:35:01 -0700 |
commit | cbb70c896cc97077f851c1410a9fee98ca707a36 (patch) | |
tree | 64e78b46f6127d5f30b373a59b31b3041f2b81ce /actionpack | |
parent | 7b8f9d254a331dfae0920d6112e94b23e9c95283 (diff) | |
download | rails-cbb70c896cc97077f851c1410a9fee98ca707a36.tar.gz rails-cbb70c896cc97077f851c1410a9fee98ca707a36.tar.bz2 rails-cbb70c896cc97077f851c1410a9fee98ca707a36.zip |
Bundle with system gem sources rather than gems.rubyforge.org default
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
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") |