about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-09 21:01:00 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-09 21:08:15 +0000
commit879968a88559c434b4f117e86e61ccdb62263b26 (patch)
tree8bbb1ade8f890ec77817eb4a42b4ef59733dccd6 /t
parent40edc84784864063a38ba38bf854a2119c243ce4 (diff)
downloadrainbows-879968a88559c434b4f117e86e61ccdb62263b26.tar.gz
Gotta keep using the latest and greatest.
Diffstat (limited to 't')
-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"