From bcca2d3bc609e9ecaa77ec93bef861b1ddcc01dd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 May 2011 00:52:18 +0000 Subject: test_isolate: update to latest raindrops and unicorn Newer versions should be better --- t/test_isolate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/test_isolate.rb b/t/test_isolate.rb index c63db7e..205fa3e 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,9 +16,9 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do - gem 'unicorn', '3.6.0' + gem 'unicorn', '3.6.2' gem 'kcar', '0.2.0' - gem 'raindrops', '0.4.1' + gem 'raindrops', '0.6.1' if engine == "ruby" gem 'sendfile', '1.1.0' # next Rubinius should support this -- cgit v1.2.3-24-ge0c7