From 27670363926ee341078aa69ae27204d7338037f5 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 19 Oct 2009 19:00:48 -0700 Subject: Use bundled env for tests only --- activerecord/Gemfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'activerecord/Gemfile') diff --git a/activerecord/Gemfile b/activerecord/Gemfile index 9cf37b0af0..3201e65f02 100644 --- a/activerecord/Gemfile +++ b/activerecord/Gemfile @@ -3,8 +3,6 @@ sibling = "#{File.dirname(__FILE__)}/.." gem "activesupport", "3.0.pre", :vendored_at => "#{sibling}/activesupport" gem "activemodel", "3.0.pre", :vendored_at => "#{sibling}/activemodel" -gem "arel", :git => "git://github.com/rails/arel.git", :branch => 'master' +gem "arel", :git => "git://github.com/rails/arel.git" -only :test do - gem "mocha" -end +gem "mocha" -- cgit v1.2.3