From: Eric Wong Date: Fri, 25 Jan 2013 02:10:05 +0000 (+0000) Subject: tests: bump version dependencies for Isolate X-Git-Tag: v4.5.0~11 X-Git-Url: https://repo.or.cz/w/rainbows.git/commitdiff_plain/f4e3bac180ff01256832f98655636f79b52f9d5b tests: bump version dependencies for Isolate Most of these test dependencies may be safely bumped. --- diff --git a/t/test_isolate.rb b/t/test_isolate.rb index 734fcd5..6688b72 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -16,10 +16,11 @@ $stdout.reopen($stderr) lock = File.open(__FILE__, "rb") lock.flock(File::LOCK_EX) Isolate.now!(opts) do - gem 'kgio', '2.7.4' - gem 'kcar', '0.3.0' + gem 'kgio', '2.8.0' + gem 'rack', '1.5.1' + gem 'kcar', '0.4.0' gem 'raindrops', '0.10.0' - gem 'unicorn', '4.3.1' + gem 'unicorn', '4.5.0' if engine == "ruby" gem 'sendfile', '1.1.0'