about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-03 01:12:08 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-03 01:12:08 +0000
commitc096e735efea5050b0559748633403f0387ea3b3 (patch)
treed0dac89e2fd29069da04096bf7f70288c6377eb4 /t/test_isolate.rb
parent64889d9136fa5466269232c26a2f235dd763d8f0 (diff)
downloadrainbows-c096e735efea5050b0559748633403f0387ea3b3.tar.gz
All synchronous models have this fixed in unicorn 3.0.1,
so only Rev and EventMachine-based concurrency models
require code changes.
Diffstat (limited to 't/test_isolate.rb')
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 5c7f21d..9c685f8 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.0'
+  gem 'unicorn', '3.0.1'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"