about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-19 01:55:07 +0000
committerEric Wong <normalperson@yhbt.net>2010-11-19 01:55:07 +0000
commitd12e10ea88c7adeb97094e4b835201e4c2ce52ab (patch)
tree3c6ff37f3608e564000ff5aab0f1b533301104a4
parent507f228864574437e610e57d20d3b77c1e6d0e41 (diff)
downloadunicorn-d12e10ea88c7adeb97094e4b835201e4c2ce52ab.tar.gz
Same thing, but might as well make it more obvious.
-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 6104285..0b62430 100755
--- a/script/isolate_for_tests
+++ b/script/isolate_for_tests
@@ -17,7 +17,7 @@ opts = {
 pid = fork do
   Isolate.now!(opts) do
     gem 'sqlite3-ruby', '1.2.5'
-    gem 'kgio', '2.0.0pre1'
+    gem 'kgio', '2.0.0'
     gem 'rack', '1.1.0'
   end
 end