From cc74623dddb9d28d7d5a2479aafdb7a754645697 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Jun 2011 09:18:39 +0000 Subject: bump dependencies (kgio, unicorn, raindrops) We now rely on Unicorn 4.0.0. We'll use the latest kgio and raindrops versions anyways. --- t/test_isolate.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 9eb7d43..86edd7c 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,9 +16,10 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do - gem 'kgio', '2.4.1' + gem 'kgio', '2.5.0' gem 'kcar', '0.3.0' - gem 'raindrops', '0.6.1' + gem 'raindrops', '0.7.0' + gem 'unicorn', '4.0.0' if engine == "ruby" gem 'sendfile', '1.1.0' -- cgit v1.2.3-24-ge0c7