aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3310dd5926..867d35ea2d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
path File.expand_path('..', __FILE__)
-source :gemcutter
+source 'http://gemcutter.org'
gem "rails", "3.0.0.beta"
@@ -34,3 +34,6 @@ if ENV['CI']
gem "test-unit", ">= 2.0.5", :require => 'test/unit'
end
end
+
+# For releases
+gem "rake-gemcutter"