From 5e272257d288d751d936624767d4613dde7ff452 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 3 Jun 2016 13:46:18 +0100 Subject: download_strategy: add missing "time" require. Closes https://github.com/Homebrew/homebrew-core/issues/1687. --- Library/Homebrew/download_strategy.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 19ce95b48..d63b2e681 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -1,5 +1,6 @@ require "utils/json" require "rexml/document" +require "time" class AbstractDownloadStrategy include FileUtils -- cgit v1.2.3