From 861481436b933bf4b8d647c43191c701651f16e4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 8 Oct 2010 01:34:37 -0700 Subject: bump kgio dependency to 1.3.0 There was a backwards-incompatible API change, but that didn't even affect us. --- 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 7b2ee77..7542557 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.2.0' + gem 'kgio', '1.3.0' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7