about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-27 19:27:43 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-27 19:57:59 +0000
commit79ae7110b37f9b82151cc61960d93a33bb543669 (patch)
tree83672b6bb512f650f7f026394717e570e25b28be
parentd6d9178f5dc40cf5cb4c5ef61094d4103f23dce5 (diff)
downloadunicorn-79ae7110b37f9b82151cc61960d93a33bb543669.tar.gz
Again, we test with the latest version.
-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 dbf596c..469307d 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -19,7 +19,7 @@ pid = fork do
     gem 'sqlite3-ruby', '1.2.5'
     gem 'raindrops', '0.8.0'
     gem 'kgio-monkey', '0.3.0'
-    gem 'kgio', '2.6.0'
+    gem 'kgio', '2.7.2'
     gem 'rack', '1.4.1'
   end
 end