From 6e550cabdafd2cb0fcd1617f8815a732e79af670 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 23 May 2011 23:59:53 +0000 Subject: isolate_for_tests: use rake 0.8.7 Rails 3.0.0 can't use Rake 0.9.0 it seems. --- script/isolate_for_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index b277a1f..1c9d9b1 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -35,6 +35,7 @@ File.rename("#{dst}.#$$", dst) opts[:path] = "tmp/isolate/rails-#{rails_ver}" pid = fork do Isolate.now!(opts) do + gem 'rake', '0.8.7' gem 'rails', rails_ver end end -- cgit v1.2.3-24-ge0c7