about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-24 08:17:02 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-24 08:17:51 +0000
commit63bcecf48994aa9afe6dc2890efe3ba4b0696bbf (patch)
treecaeee38992f34b3549417c20779e9e2acabe07f3
parent079eb70692fcda9b4bcf572319434ffa7f9e9849 (diff)
downloadunicorn-63bcecf48994aa9afe6dc2890efe3ba4b0696bbf.tar.gz
We'll continue to support older versions, but make
sure things on the latest ones work.
-rwxr-xr-xscript/isolate_for_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/isolate_for_tests b/script/isolate_for_tests
index 96848c1..b01d663 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -18,8 +18,8 @@ pid = fork do
   Isolate.now!(opts) do
     gem 'sqlite3-ruby', '1.2.5'
     gem 'raindrops', '0.6.1'
-    gem 'kgio', '2.3.3'
-    gem 'rack', '1.2.2'
+    gem 'kgio', '2.5.0'
+    gem 'rack', '1.3.0'
   end
 end
 _, status = Process.waitpid2(pid)