about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-22 09:48:54 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-22 09:48:54 +0000
commitfaf1edc74c9bb35cf4e131d794c1923bf124aa1c (patch)
tree29514df013bd955b8e52cc16902443e2b68bab84
parent1bcc4ee4400152fe73a20dedf4f5823475393112 (diff)
downloadunicorn-faf1edc74c9bb35cf4e131d794c1923bf124aa1c.tar.gz
Ensure the latest versions work in tests.
-rwxr-xr-xscript/isolate_for_tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 66c5ce4..3b3872b 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -16,10 +16,10 @@ opts = {
 
 pid = fork do
   Isolate.now!(opts) do
-    gem 'raindrops', '0.8.0'
+    gem 'raindrops', '0.10.0'
     gem 'kgio-monkey', '0.4.0'
-    gem 'kgio', '2.7.4'
-    gem 'rack', '1.4.3'
+    gem 'kgio', '2.8.0'
+    gem 'rack', '1.5.0'
   end
 end
 _, status = Process.waitpid2(pid)