From 73a76531b7f4826cdb3bad0a0286038fb6ade4f3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 1 Jul 2012 03:56:39 +0000 Subject: [PATCH] test_isolate: bump raindrops dependency As usual, test with the latest released version to avoid surprises. --- t/test_isolate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.4.GIT