From: Eric Wong Date: Tue, 29 Jan 2013 03:37:20 +0000 (+0000) Subject: tests: upgrade to rack 1.5.1 X-Git-Tag: v4.6.0pre1~4 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/89071a412e161a3ea24a9574611932a1f0acc8c7 tests: upgrade to rack 1.5.1 This fixes a Rack::Lint regression discovered in t0005. --- diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 3b3872b0..d6f59134 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -19,7 +19,7 @@ pid = fork do gem 'raindrops', '0.10.0' gem 'kgio-monkey', '0.4.0' gem 'kgio', '2.8.0' - gem 'rack', '1.5.0' + gem 'rack', '1.5.1' end end _, status = Process.waitpid2(pid)