aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_versions.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-19 17:57:36 -0500
committerJack Nagel2014-06-19 19:15:35 -0500
commit83b9043c8e31785669098adb102ca60b75eb04ca (patch)
treea575d092677f79bce12ee3e04e8e5521cef84bf0 /Library/Homebrew/formula_versions.rb
parent88aaa36bec984ed84d148dee6c3d56d92c96f026 (diff)
downloadbrew-83b9043c8e31785669098adb102ca60b75eb04ca.tar.bz2
Remove more unused requires
Diffstat (limited to 'Library/Homebrew/formula_versions.rb')
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb
index feb8cd1a2..bc60ee979 100644
--- a/Library/Homebrew/formula_versions.rb
+++ b/Library/Homebrew/formula_versions.rb
@@ -1,3 +1,5 @@
+require "formula"
+
class FormulaVersions
IGNORED_EXCEPTIONS = [
ArgumentError, NameError, SyntaxError, TypeError,