From 4bb365590b4ac2c4ae43a6c6252a98d2d4b7a601 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Aug 2010 19:29:36 +0000 Subject: bump Unicorn dependency to 1.1.3 Unicorn 1.1.3 fixes potential race conditions during SIGUSR1 log reopening. --- t/test_isolate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index fb911af..52ec8d4 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -15,7 +15,7 @@ $stdout.reopen($stderr) Isolate.now!(opts) do gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0 - gem 'unicorn', '1.1.1' + gem 'unicorn', '1.1.3' gem 'kcar', '0.1.1' if engine == "ruby" -- cgit v1.2.3-24-ge0c7