about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-07 20:10:43 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-07 20:10:43 +0000
commit1bcc4ee4400152fe73a20dedf4f5823475393112 (patch)
treec05c9531ceecb4b80759cba34168fa957a3f48a4
parentc4e5b936e5b6b535d56eff30c509a063d77710e1 (diff)
downloadunicorn-1bcc4ee4400152fe73a20dedf4f5823475393112.tar.gz
It's the latest and greatest! \o/
-rwxr-xr-xscript/isolate_for_tests2
1 files changed, 1 insertions, 1 deletions
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)