t/test_isolate.rb in rainbows-3.0.0 vs t/test_isolate.rb in rainbows-3.1.0
- old
+ new
@@ -14,12 +14,13 @@
$stdout.reopen($stderr)
lock = File.open(__FILE__, "rb")
lock.flock(File::LOCK_EX)
Isolate.now!(opts) do
- gem 'unicorn', '3.3.1'
+ gem 'unicorn', '3.4.0'
gem 'kcar', '0.1.2'
+ gem 'raindrops', '0.4.1'
if engine == "ruby"
gem 'sendfile', '1.0.0' # next Rubinius should support this
gem 'cool.io', '1.0.0'
@@ -29,11 +30,13 @@
gem 'neverblock', '0.1.6.2'
end
if defined?(::Fiber) && engine == "ruby"
gem 'revactor', '0.1.5'
- gem 'rack-fiber_pool', '0.9.0'
+ gem 'rack-fiber_pool', '0.9.1'
end
+
+ gem 'sleepy_penguin', '1.4.0' if RUBY_PLATFORM =~ /linux/
end
$stdout.reopen(old_out)
# don't load the old Rev if it exists, Cool.io 1.0.0 is compatible with it,