t/test_isolate.rb in zbatery-0.6.0 vs t/test_isolate.rb in zbatery-3.0.0

- old
+ new

@@ -12,12 +12,10 @@ old_out = $stdout.dup $stdout.reopen($stderr) Isolate.now!(opts) do - gem 'rack', '1.2.1' - gem 'unicorn', '3.2.1' - gem 'rainbows', '2.1.0' + gem 'rainbows', '3.0.0' if engine == "ruby" gem 'sendfile', '1.0.0' # next Rubinius should support this gem 'iobuffer', '0.1.3'