about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-04 15:05:25 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-04 18:34:03 -0800
commit0f4f015737297ac5245d0be9ee83553770ade0a9 (patch)
tree5e8b96f127d85878e278a19c1297dc64f6196804 /t
parentf015a843fcfa120286628ec75829575ee2391380 (diff)
downloadrainbows-0f4f015737297ac5245d0be9ee83553770ade0a9.tar.gz
It supports IPv6 and pulls in a better Kgio.  Since Unicorn
defaults to ":tcp_nopush => true", we need to flip it back
to false to be compatible with the types of apps Rainbows!
is targetted as.
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 b1f6fe6..7d04eac 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,7 +16,7 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'unicorn', '3.3.1'
+  gem 'unicorn', '3.4.0'
   gem 'kcar', '0.1.2'
   gem 'raindrops', '0.4.1'