about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
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 c63db7e..205fa3e 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,9 +16,9 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'unicorn', '3.6.0'
+  gem 'unicorn', '3.6.2'
   gem 'kcar', '0.2.0'
-  gem 'raindrops', '0.4.1'
+  gem 'raindrops', '0.6.1'
 
   if engine == "ruby"
     gem 'sendfile', '1.1.0' # next Rubinius should support this