From d4a2b5dd2b85f4b2d3bb120ee1e1b0dde31bc25c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 20 Oct 2010 17:48:58 -0700 Subject: unicorn 2.x updates + kgio We get basic internal API changes from Unicorn, code simplifications coming next. --- 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 d39d7be..3f7fdef 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.0.1' - gem 'unicorn', '1.1.3' + gem 'kgio', '1.3.1' + gem 'unicorn', '2.0.0pre3' gem 'kcar', '0.1.1' if engine == "ruby" -- cgit v1.2.3-24-ge0c7