From e6b6782030d8593006b4b7cace866cf42dd38d51 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Mar 2011 06:59:53 +0000 Subject: gemspec: update kgio dependency to 2.3.2 People reinstalling would've pulled it in anyways, but 2.3.2 is the latest and has no known issues. --- 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 b3474b6..28ec683 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.2.0' + gem 'kgio', '2.3.2' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7