about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:51:10 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:51:10 +0000
commitfa57995d922f0bcd63472c7421716ce7a8eee5cc (patch)
treee3246267304e3c1fe02e770602e212364fda5c86 /t
parent35ef536124ef91a20a1093f6161b57c2a2b9f358 (diff)
downloadrainbows-fa57995d922f0bcd63472c7421716ce7a8eee5cc.tar.gz
This avoids costant resolution problems on client EOF
during input processing.
Diffstat (limited to 't')
-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 c37e9c9..f4b4b77 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.0'
+  gem 'unicorn', '1.1.1'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this