提交 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 ...@@ -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 "rack-test", "~> 0.5.0"
gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport") gem "activesupport", "3.0.pre", :vendored_at => rails_root.join("activesupport")
gem "activemodel", "3.0.pre", :vendored_at => rails_root.join("activemodel") 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 "activerecord", "3.0.pre", :vendored_at => rails_root.join("activerecord")
gem "erubis", "~> 2.6.0" gem "erubis", "~> 2.6.0"
only :test do gem "mocha"
gem "mocha" gem "sqlite3-ruby"
gem "sqlite3-ruby" gem "RedCloth"
gem "RedCloth"
end
disable_system_gems disable_system_gems
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册