From 0782f9fb69993b62dc0c3a90f900c4d8cf5745e6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Dec 2011 06:03:00 +0000 Subject: update tests for rack 1.4.0 It's the latest and greatest version, so ensure everything works with it. --- 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 6901ef2..d84bf80 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.3.5' + gem 'rack', '1.4.0' end end _, status = Process.waitpid2(pid) -- cgit v1.2.3-24-ge0c7