about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/test_isolate.rb')
-rw-r--r--t/test_isolate.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 4d9b85e..460140c 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 'kgio', '2.4.0'
-  gem 'unicorn', '3.6.2'
-  gem 'kcar', '0.2.0'
+  gem 'kgio', '2.4.1'
+  gem 'unicorn', '3.7.0'
+  gem 'kcar', '0.3.0'
   gem 'raindrops', '0.6.1'
 
   if engine == "ruby"