Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Object#timeout deprecation warning in Ruby 2.3
Fix the following warning by explicitly including the Timeout module, rather than relying on Object#timeout: lib/rerun/runner.rb:254:in `stop': Object#timeout is deprecated, use Timeout.timeout instead.
- Loading branch information