From 62a81b0b292d8d7d15b8d45fa5134b813d4ceb64 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 19 Feb 2014 02:57:58 +0000 Subject: script/isolate_for_tests: bump to latest versions kgio and raindrops were both updated for Ruby 2.2.0dev r44955 and later, so depend on them in our tests. --- script/isolate_for_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 6f0a9fc..6f5dced 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -16,8 +16,8 @@ opts = { pid = fork do Isolate.now!(opts) do - gem 'raindrops', '0.12.0' - gem 'kgio', '2.8.1' + gem 'raindrops', '0.13.0' + gem 'kgio', '2.9.2' gem 'rack', '1.5.2' end end -- cgit v1.2.3-24-ge0c7