From 8af417bbacb285c90a376c55a42fe39a981a328d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 May 2011 07:39:38 +0000 Subject: require kgio 2.4.0 kgio 2.4.0 has some 1.9.3dev fixes which affect us --- t/test_isolate.rb | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 205fa3e..3cc646f 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,6 +16,7 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do + gem 'kgio', '2.4.0' gem 'unicorn', '3.6.2' gem 'kcar', '0.2.0' gem 'raindrops', '0.6.1' -- cgit v1.2.3-24-ge0c7