t/test_isolate.rb in rainbows-0.97.0 vs t/test_isolate.rb in rainbows-1.0.0pre1
- old
+ new
@@ -13,10 +13,11 @@
old_out = $stdout.dup
$stdout.reopen($stderr)
Isolate.now!(opts) do
gem 'rack', '1.1.0' # Cramp currently requires ~> 1.1.0
- gem 'unicorn', '1.1.3'
+ gem 'kgio', '1.3.1'
+ gem 'unicorn', '2.0.0pre3'
gem 'kcar', '0.1.1'
if engine == "ruby"
gem 'sendfile', '1.0.0' # next Rubinius should support this