From: Eric Wong Date: Tue, 22 Jan 2013 09:48:54 +0000 (+0000) Subject: tests: version bumps for rack, kgio, and raindrops X-Git-Tag: v4.6.0pre1~5 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/faf1edc74c9bb35cf4e131d794c1923bf124aa1c tests: version bumps for rack, kgio, and raindrops Ensure the latest versions work in tests. --- diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 66c5ce41..3b3872b0 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)