about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-26 09:50:06 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-26 09:53:30 +0000
commit92a11cdfe00c5e551388c2cc1a62bfc59d568c6f (patch)
treebe53d6e77837501003bf8ca65fe388a87e8eacba /t
parent17156f6f561c6d697a83e3b9beae2d58eb796428 (diff)
downloadrainbows-92a11cdfe00c5e551388c2cc1a62bfc59d568c6f.tar.gz
Unicorn 3.2.1 gives us an improved HttpParser#next? that
preserves state until the next HttpParser#parse call.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 7aa921d..ad92f72 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,8 +15,8 @@ $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.1.0'
+  gem 'kgio', '2.1.1'
+  gem 'unicorn', '3.2.1'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"