From c33878ac0f9f990aaa2054f8f00674d61bf5c848 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Nov 2010 03:10:09 +0000 Subject: tests: depend on Unicorn 3.0.0 Unicorn 3.0.0 is final and released, so we will use it in our tests --- t/test_isolate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 852682a..5c7f21d 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,7 +16,7 @@ $stdout.reopen($stderr) Isolate.now!(opts) do gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0 gem 'kgio', '2.0.0' - gem 'unicorn', '3.0.0pre2' + gem 'unicorn', '3.0.0' gem 'kcar', '0.1.1' if engine == "ruby" -- cgit v1.2.3-24-ge0c7