aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-10 13:46:02 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-10 13:49:12 -0800
commit0b00e2b0e2cd5363866b2939ac5c5706af63cdc1 (patch)
treede8db5727ff182e70020e2e0980bb3f425f9d375 /Gemfile
parent275df5510699f7426775e8425fdcea0a30b4e615 (diff)
downloadrails-0b00e2b0e2cd5363866b2939ac5c5706af63cdc1.tar.gz
rails-0b00e2b0e2cd5363866b2939ac5c5706af63cdc1.tar.bz2
rails-0b00e2b0e2cd5363866b2939ac5c5706af63cdc1.zip
For rails tests, use latest from rails/arel.git
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fb0ca6493d..e73f5aad51 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,7 @@
path File.dirname(__FILE__)
source 'http://rubygems.org'
+gem "arel", "0.3.0", :git => "git://github.com/rails/arel.git"
gem "rails", "3.0.0.beta1"
gem "rake", ">= 0.8.7"