From: Eric Wong Date: Mon, 7 Jan 2013 20:10:43 +0000 (+0000) Subject: tests: bump tests to use rack 1.4.3 X-Git-Tag: v4.6.0pre1~6 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/1bcc4ee4400152fe73a20dedf4f5823475393112 tests: bump tests to use rack 1.4.3 It's the latest and greatest! \o/ --- diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 00a3f2b7..66c5ce41 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -19,7 +19,7 @@ pid = fork do gem 'raindrops', '0.8.0' gem 'kgio-monkey', '0.4.0' gem 'kgio', '2.7.4' - gem 'rack', '1.4.1' + gem 'rack', '1.4.3' end end _, status = Process.waitpid2(pid)