From f2c27e950b3314b4a647c482d506ba4c7314cac4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Feb 2012 08:07:13 +0000 Subject: t/test_isolate: update test dependencies At least for the gems I'm most familiar with... --- t/test_isolate.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 5917111..d45c910 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.6.0' + gem 'kgio', '2.7.2' gem 'kcar', '0.3.0' - gem 'raindrops', '0.7.0' - gem 'unicorn', '4.1.0' + gem 'raindrops', '0.8.0' + gem 'unicorn', '4.2.0' if engine == "ruby" gem 'sendfile', '1.1.0' -- cgit v1.2.3-24-ge0c7