about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 00:55:56 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 00:55:56 +0000
commitb6c07eb14f008361caca6fcc642df60b29ef192c (patch)
treec0d5416436450801f3b29b8db7f35f052db6911e /t
parentcd40e197ab6ef6d0baa219497cea7458457f3343 (diff)
downloadrainbows-b6c07eb14f008361caca6fcc642df60b29ef192c.tar.gz
We want the stricter parser the error log filtering in
unicorn 4.1.0
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 eb286ab..5917111 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -19,7 +19,7 @@ Isolate.now!(opts) do
   gem 'kgio', '2.6.0'
   gem 'kcar', '0.3.0'
   gem 'raindrops', '0.7.0'
-  gem 'unicorn', '4.0.0'
+  gem 'unicorn', '4.1.0'
 
   if engine == "ruby"
     gem 'sendfile', '1.1.0'