From 1bcc4ee4400152fe73a20dedf4f5823475393112 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 7 Jan 2013 20:10:43 +0000 Subject: tests: bump tests to use rack 1.4.3 It's the latest and greatest! \o/ --- 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 00a3f2b..66c5ce4 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) -- cgit v1.2.3-24-ge0c7