about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-07-01 03:56:39 +0000
committerEric Wong <normalperson@yhbt.net>2012-07-01 03:56:39 +0000
commit73a76531b7f4826cdb3bad0a0286038fb6ade4f3 (patch)
treee49de0aff9d358339242727308ceae9556a0531d /t
parent36ce10c49ce7aa0df9d47f5a5f870c23c1891258 (diff)
downloadrainbows-73a76531b7f4826cdb3bad0a0286038fb6ade4f3.tar.gz
As usual, test with the latest released version to avoid
surprises.
Diffstat (limited to 't')
-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 ebc097d..3ffb4cd 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -18,7 +18,7 @@ lock.flock(File::LOCK_EX)
 Isolate.now!(opts) do
   gem 'kgio', '2.7.4'
   gem 'kcar', '0.3.0'
-  gem 'raindrops', '0.8.0'
+  gem 'raindrops', '0.10.0'
   gem 'unicorn', '4.3.1'
 
   if engine == "ruby"