mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
AP tests depend on AR
This commit is contained in:
@@ -6,6 +6,7 @@ gem "rack", "~> 1.0.0"
|
||||
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 "activerecord", "3.0.pre", :vendored_at => rails_root.join("activerecord")
|
||||
gem "erubis", "~> 2.6.0"
|
||||
|
||||
only :test do
|
||||
|
||||
Reference in New Issue
Block a user