From 1e867302891f04ba7857d86ea641315d2e1c8e4d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 15 Jun 2015 09:56:04 +0100 Subject: Rename requirements named *Dependency. Dependency is another similar, related class and it's super confusing to have some Requirements that are named *Dependency. Closes Homebrew/homebrew#38891. Signed-off-by: Mike McQuaid --- Library/Homebrew/compat.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/compat.rb') diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 4343f4bc3..9c9ad8296 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -4,4 +4,5 @@ require 'compat/formula_specialties' require 'compat/hardware' require 'compat/macos' require 'compat/md5' +require 'compat/requirements' require 'compat/version' -- cgit v1.2.3