about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-19 23:07:59 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-19 23:08:21 +0000
commit371fbd9e1e189510c825063770ff4f5ea79bfead (patch)
tree5a8397d4d961e18fe843c7c5220547e333955ae7
parentff70afb97c7f41e28b3d3f6df665daeb4d415989 (diff)
downloadrainbows-371fbd9e1e189510c825063770ff4f5ea79bfead.tar.gz
We always try to test with the latest and greatest.
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index ae65e9a..eb286ab 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -16,7 +16,7 @@ $stdout.reopen($stderr)
 lock = File.open(__FILE__, "rb")
 lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
-  gem 'kgio', '2.5.0'
+  gem 'kgio', '2.6.0'
   gem 'kcar', '0.3.0'
   gem 'raindrops', '0.7.0'
   gem 'unicorn', '4.0.0'