From bdd64821feba82d9fce45c8dac64ba7b7bb530ac Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 May 2012 02:20:42 +0000 Subject: [PATCH] test_isolate: bump unicorn and kgio versions for testing Users will pull the latest upstream, ensure things keep working. --- 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 3b06b3d..00b32b2 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,10 +16,10 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do - gem 'kgio', '2.7.2' + gem 'kgio', '2.7.4' gem 'kcar', '0.3.0' gem 'raindrops', '0.8.0' - gem 'unicorn', '4.2.0' + gem 'unicorn', '4.3.1' if engine == "ruby" gem 'sendfile', '1.1.0' -- 2.11.4.GIT