aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-23 17:56:28 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-24 10:52:16 -0800
commitba57575e03647df78f8f2d4b56f1395c10061366 (patch)
tree1ddb0f9d5af5ad4fd6a7acc25b21c23735043cf9 /Gemfile
parent60ca754b97f1254eebd61da08fb2f58f298fec31 (diff)
downloadrails-ba57575e03647df78f8f2d4b56f1395c10061366.tar.gz
rails-ba57575e03647df78f8f2d4b56f1395c10061366.tar.bz2
rails-ba57575e03647df78f8f2d4b56f1395c10061366.zip
Remove references to ActionDispatch::Routing::Routes in favor of Rails.appication.routes.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3756e2987e..928222e2d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
path File.dirname(__FILE__)
-source 'http://gemcutter.org'
+source 'http://rubygems.org'
gem "rails", "3.0.0.beta1"