diff options
author | José Valim <jose.valim@gmail.com> | 2010-03-25 23:31:42 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-03-25 23:31:42 +0100 |
commit | 759eb36054f6a5418f351e0f0fb0a413ed47b8de (patch) | |
tree | d55d911a71753aa07abce35ce7447077f82fbc51 | |
parent | 99ce6eb4b110ffba9618dbee6cb0c491bde35b9c (diff) | |
download | rails-759eb36054f6a5418f351e0f0fb0a413ed47b8de.tar.gz rails-759eb36054f6a5418f351e0f0fb0a413ed47b8de.tar.bz2 rails-759eb36054f6a5418f351e0f0fb0a413ed47b8de.zip |
Actually, bring Arel back to Gemfile and use git repo since it helps development.
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |