about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-05 16:08:09 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-05 16:08:09 -0800
commit4768850390bb1d1e3c2e36273e9aad953e18de19 (patch)
treef4d9c2844a69a0bdcd8336916d6763e8be26e06b /t
parente8ae2e483e75ad163212cc8d3a7107eb2a014a9c (diff)
downloadrainbows-4768850390bb1d1e3c2e36273e9aad953e18de19.tar.gz
This means we can remove Time.now.httpdate in the next commit
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 e49a7ee..d33baed 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.1.1'
-  gem 'unicorn', '3.2.1'
+  gem 'unicorn', '3.3.0'
   gem 'kcar', '0.1.1'
 
   if engine == "ruby"