diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-20 10:16:19 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-20 10:16:19 -0500 |
commit | 35576a237e2c721dca8be0f8f0d653ae8bc07389 (patch) | |
tree | dcf4f5a393b1b2db943d172b823413388c58680b /activemodel | |
parent | a74022ecd3e078f55ed6049a96565119dc540ff5 (diff) | |
download | rails-35576a237e2c721dca8be0f8f0d653ae8bc07389.tar.gz rails-35576a237e2c721dca8be0f8f0d653ae8bc07389.tar.bz2 rails-35576a237e2c721dca8be0f8f0d653ae8bc07389.zip |
Add arel to AMo gemfile
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/Gemfile b/activemodel/Gemfile index 289d696792..a192fdaf82 100644 --- a/activemodel/Gemfile +++ b/activemodel/Gemfile @@ -3,6 +3,7 @@ rails_root = Pathname.new(File.dirname(__FILE__)).join("..") Gem.sources.each { |uri| source uri } gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport") +gem "arel", :git => "git://github.com/rails/arel.git" only :test do gem "sqlite3-ruby" |