Skip to content

Commit

Permalink
Merge pull request #93 from mattbrictson/fix-timeout-deprecation-ruby…
Browse files Browse the repository at this point in the history
…-2.3

Fix Object#timeout deprecation warning in Ruby 2.3
  • Loading branch information
alexch committed Jan 2, 2016
2 parents cf2ae08 + 7d435c8 commit 3e4c486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rerun/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def self.keep_running(cmd, options)
end

include System
include ::Timeout

def initialize(run_command, options = {})
@run_command, @options = run_command, options
Expand Down

0 comments on commit 3e4c486

Please sign in to comment.