Skip to content

Commit

Permalink
isolate_for_tests: use rake 0.8.7
Browse files Browse the repository at this point in the history
Rails 3.0.0 can't use Rake 0.9.0 it seems.
  • Loading branch information
Eric Wong committed May 23, 2011
1 parent 3e8971f commit 6e550ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/isolate_for_tests
Expand Up @@ -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
Expand Down

0 comments on commit 6e550ca

Please sign in to comment.