From faf1edc74c9bb35cf4e131d794c1923bf124aa1c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 22 Jan 2013 09:48:54 +0000 Subject: tests: version bumps for rack, kgio, and raindrops Ensure the latest versions work in tests. --- script/isolate_for_tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 66c5ce4..3b3872b 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -16,10 +16,10 @@ opts = { pid = fork do Isolate.now!(opts) do - gem 'raindrops', '0.8.0' + gem 'raindrops', '0.10.0' gem 'kgio-monkey', '0.4.0' - gem 'kgio', '2.7.4' - gem 'rack', '1.4.3' + gem 'kgio', '2.8.0' + gem 'rack', '1.5.0' end end _, status = Process.waitpid2(pid) -- cgit v1.2.3-24-ge0c7