From 29946368c45dce5da116adb426362ee93c507c4e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Oct 2010 00:13:02 +0000 Subject: start using kgio, the kinder, gentler I/O library This should hopefully make the non-blocking accept() situation more tolerable under Ruby 1.9.2. --- script/isolate_for_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 1919289..ac856a0 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -17,6 +17,7 @@ opts = { pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' + gem 'kgio', '1.1.0' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7