From d6d9178f5dc40cf5cb4c5ef61094d4103f23dce5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 24 Jan 2012 21:48:35 +0000 Subject: [PATCH] update tests for Rack 1.4.1 Trying to ensure things always work with the latest version. --- 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 d84bf802..dbf596ce 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -20,7 +20,7 @@ pid = fork do gem 'raindrops', '0.8.0' gem 'kgio-monkey', '0.3.0' gem 'kgio', '2.6.0' - gem 'rack', '1.4.0' + gem 'rack', '1.4.1' end end _, status = Process.waitpid2(pid) -- 2.11.4.GIT