From 00b854e37391322c05cc16115b245d855b4970be Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Nov 2010 10:19:43 +0000 Subject: upgrade to Kgio 2.x and Unicorn 3.x Kgio 2.0.0 has a superior API and less likely to conflict or blow up with other applications. Unicorn 3.x requires Kgio 2.x, too. --- t/test_isolate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 59763e0..852682a 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -15,8 +15,8 @@ $stdout.reopen($stderr) Isolate.now!(opts) do gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0 - gem 'kgio', '1.3.1' - gem 'unicorn', '3.0.0pre1.9.g86d2' + gem 'kgio', '2.0.0' + gem 'unicorn', '3.0.0pre2' gem 'kcar', '0.1.1' if engine == "ruby" -- cgit v1.2.3-24-ge0c7