about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 01:36:41 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 01:36:41 +0000
commit46e19b94c0933d25eafba033eb5d579a7a664ee7 (patch)
treeb8df06322fb613c4e0ac936e96f1e96439b3955a
parent3c5a2e760dd09d8114c269490c1d6590894a849e (diff)
downloadzbatery-46e19b94c0933d25eafba033eb5d579a7a664ee7.tar.gz
t/test_isolate: bump test dependency versions
-rw-r--r--t/test_isolate.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 9515598..750834c 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -14,12 +14,14 @@ old_out = $stdout.dup
 $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
-  gem 'rainbows', '4.0.0'
+  gem 'kgio', '2.6.0'
+  gem 'kcar', '0.3.0'
+  gem 'rainbows', '4.3.0'
   gem 'raindrops', '0.7.0'
 
   if engine == "ruby"
-    gem 'sendfile', '1.1.0' # next Rubinius should support this
-    gem 'cool.io', '1.0.0'
+    gem 'sendfile', '1.1.0'
+    gem 'cool.io', '1.1.0'
 
     gem 'eventmachine', '0.12.10'
     gem 'sinatra', '1.2.0'
@@ -30,7 +32,7 @@ Isolate.now!(opts) do
 
   if defined?(::Fiber) && engine == "ruby"
     gem 'revactor', '0.1.5'
-    gem 'rack-fiber_pool', '0.9.0'
+    gem 'rack-fiber_pool', '0.9.1'
   end
 
   if RUBY_PLATFORM =~ /linux/