From d12e10ea88c7adeb97094e4b835201e4c2ce52ab Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Nov 2010 01:55:07 +0000 Subject: tests: isolate kgio 2.0.0 instead of the prerelease Same thing, but might as well make it more obvious. --- script/isolate_for_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 6104285..0b62430 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.0.0pre1' + gem 'kgio', '2.0.0' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7