about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:18:39 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:18:39 +0000
commitcc74623dddb9d28d7d5a2479aafdb7a754645697 (patch)
treebca0da6cfbddad10c520faaa204361dfda4dbddb /t
parent0e9d8ac759f7c5d783f055df0fb5d4f08c68db71 (diff)
downloadrainbows-cc74623dddb9d28d7d5a2479aafdb7a754645697.tar.gz
We now rely on Unicorn 4.0.0.  We'll use the latest
kgio and raindrops versions anyways.
Diffstat (limited to 't')
-rw-r--r--t/test_isolate.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 9eb7d43..86edd7c 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,9 +16,10 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'kgio', '2.4.1'
+  gem 'kgio', '2.5.0'
   gem 'kcar', '0.3.0'
-  gem 'raindrops', '0.6.1'
+  gem 'raindrops', '0.7.0'
+  gem 'unicorn', '4.0.0'
 
   if engine == "ruby"
     gem 'sendfile', '1.1.0'