From 5f8ea2614f92172c7b214441aa3c09a6054c3aa8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Dec 2011 01:26:39 +0000 Subject: bump dependencies We should always be testing with the newest available versions to watch for incompatibilities, even if we don't /require/ the latest ones to run. --- script/isolate_for_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index cd4a2b2..6901ef2 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -17,10 +17,10 @@ opts = { pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' - gem 'raindrops', '0.7.0' + gem 'raindrops', '0.8.0' gem 'kgio-monkey', '0.3.0' gem 'kgio', '2.6.0' - gem 'rack', '1.3.2' + gem 'rack', '1.3.5' end end _, status = Process.waitpid2(pid) -- cgit v1.2.3-24-ge0c7