about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-09 14:42:18 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-09 14:42:18 -0800
commitaf3629e6bd88b5744016a1c6217c00c37ef5a376 (patch)
tree3af7ff762927fd3667b739afb5b112e83c4a4bd0 /t
parent7b51a4b5e16734bae6fe60d180c3906f96235da4 (diff)
downloadrainbows-af3629e6bd88b5744016a1c6217c00c37ef5a376.tar.gz
We'll be taking advantage of configurable
client_buffer_body_size soon.
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 9c685f8..7aa921d 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.1'
+  gem 'unicorn', '3.1.0'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"