aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e99e7c7591..eb84edd147 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
-Gem.sources.each { |uri| source uri }
+clear_sources
+source 'http://gemcutter.org'
gem "rails", "3.0.pre", :vendored_at => "railties"
%w(
@@ -15,7 +16,6 @@ gem "rack", "1.0.1"
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
gem "rack-test", "~> 0.5.0"
gem "erubis", "~> 2.6.0"
-gem "arel", :git => "git://github.com/rails/arel.git"
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"