提交 c9cd10c4 编写于 作者: J Jeremy Kemper

Bundle arel for AR integration tests

上级 418ce487
......@@ -6,13 +6,12 @@ gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git", :branch => "rack
gem "rack-test", "~> 0.5.0"
gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
gem "activemodel", "3.0.pre", :vendored_at => rails_root.join("activemodel")
gem "arel", :git => "git://github.com/rails/arel.git"
gem "activerecord", "3.0.pre", :vendored_at => rails_root.join("activerecord")
gem "erubis", "~> 2.6.0"
only :test do
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"
end
gem "mocha"
gem "sqlite3-ruby"
gem "RedCloth"
disable_system_gems
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册