From 63bcecf48994aa9afe6dc2890efe3ba4b0696bbf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 Jun 2011 08:17:02 +0000 Subject: test with latest kgio and rack versions We'll continue to support older versions, but make sure things on the latest ones work. --- script/isolate_for_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/isolate_for_tests b/script/isolate_for_tests index 96848c1..b01d663 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -18,8 +18,8 @@ pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' gem 'raindrops', '0.6.1' - gem 'kgio', '2.3.3' - gem 'rack', '1.2.2' + gem 'kgio', '2.5.0' + gem 'rack', '1.3.0' end end _, status = Process.waitpid2(pid) -- cgit v1.2.3-24-ge0c7