From 759eb36054f6a5418f351e0f0fb0a413ed47b8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 25 Mar 2010 23:31:42 +0100 Subject: Actually, bring Arel back to Gemfile and use git repo since it helps development. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 85f0406c2f..ea9842c0c5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,7 @@ path File.dirname(__FILE__) source 'http://rubygems.org' +gem "arel", :git => "git://github.com/rails/arel.git" gem "rails", "3.0.0.beta1" gem "rake", ">= 0.8.7" -- cgit v1.2.3