about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-12-28 06:03:00 +0000
committerEric Wong <normalperson@yhbt.net>2011-12-28 06:03:00 +0000
commit0782f9fb69993b62dc0c3a90f900c4d8cf5745e6 (patch)
tree2e1b00590c52a9056e5b488d43ccddb4a0bc5cbc
parentcda82b5ff44c8fcfb61315f822bbaefa3471d4fe (diff)
downloadunicorn-0782f9fb69993b62dc0c3a90f900c4d8cf5745e6.tar.gz
It's the latest and greatest version, so ensure everything
works with it.
-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 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)