From 9be78606355d4a0ad4ea59316ab2ce998c5b9a12 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2010 22:58:59 +0000 Subject: bump kgio dependency kgio 1.3.1 fixes some cases for zero-length reads. --- script/isolate_for_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index ca63208..5cea47c 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', '1.3.0' + gem 'kgio', '1.3.1' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7