aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Gemfile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-10-15 00:01:00 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-10-15 00:22:15 -0700
commitdeafa10e6cb41c68ee1f7452a35fe89470b26b40 (patch)
treec352d20572b3d39144bcc99b821005b5e65cc3e4 /actionpack/Gemfile
parentb1201792a79a526776967864ed9b9132519ecd9b (diff)
downloadrails-deafa10e6cb41c68ee1f7452a35fe89470b26b40.tar.gz
rails-deafa10e6cb41c68ee1f7452a35fe89470b26b40.tar.bz2
rails-deafa10e6cb41c68ee1f7452a35fe89470b26b40.zip
AP tests depend on AR
Diffstat (limited to 'actionpack/Gemfile')
-rw-r--r--actionpack/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Gemfile b/actionpack/Gemfile
index 8ee7026f05..3cf6e6e333 100644
--- a/actionpack/Gemfile
+++ b/actionpack/Gemfile
@@ -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