aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2018-01-18 21:09:21 +0000
committerAlyssa Ross2018-01-18 21:09:21 +0000
commitd88b50968c05e8421aa799e1cf5586678a73e1e5 (patch)
tree97c327a98ac3bf6d76e4cafe30368200efe5e7ba /Library
parent8874d1fb139516bd40f11f5427418ded693db88a (diff)
downloadbrew-d88b50968c05e8421aa799e1cf5586678a73e1e5.tar.bz2
Load formula_support deprecations
We should probably write tests for these going forward. ;)
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/compat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb
index d829e900c..6c3fa2dbb 100644
--- a/Library/Homebrew/compat.rb
+++ b/Library/Homebrew/compat.rb
@@ -3,6 +3,7 @@ require "compat/tap"
require "compat/hbc"
require "compat/formula"
require "compat/formula_specialties"
+require "compat/formula_support"
require "compat/global"
require "compat/hardware"
require "compat/macos"