From 238c98ec4c353bb14671ab543c21baa068b7e3f2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Nov 2010 08:02:45 +0800 Subject: update to kgio 2.x series The Kgio 2.x API is less brain-damaged than the 1.3.x series was, and should solve API-compatibility problems with dalli 0.11.1. --- 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 5cea47c..6104285 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.1' + gem 'kgio', '2.0.0pre1' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7