From 89071a412e161a3ea24a9574611932a1f0acc8c7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 29 Jan 2013 03:37:20 +0000 Subject: tests: upgrade to rack 1.5.1 This fixes a Rack::Lint regression discovered in t0005. --- script/isolate_for_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 3b3872b..d6f5913 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) -- cgit v1.2.3-24-ge0c7