From af77e8b380070d4a8b22a27db42621a4f72e2e80 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 13 Dec 2015 20:19:53 -0800 Subject: [PATCH] Formulary: explicitly require tap Fixes Homebrew/homebrew#46984. --- Library/Homebrew/formulary.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index 984cac9ce5..6b1b7de994 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -1,5 +1,6 @@ require "digest/md5" require "formula_renames" +require "tap" # The Formulary is responsible for creating instances of Formula. # It is not meant to be used directy from formulae.