diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/core_formula_repository.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/core_formula_repository.rb b/Library/Homebrew/core_formula_repository.rb index c29b89566..27b9db75c 100644 --- a/Library/Homebrew/core_formula_repository.rb +++ b/Library/Homebrew/core_formula_repository.rb @@ -1,4 +1,6 @@ require "tap" +require "tap_migrations" +require "formula_renames" # A specialized {Tap} class to mimic the core formula file system, which shares many # similarities with normal {Tap}. @@ -64,13 +66,11 @@ class CoreFormulaRepository < Tap # @private def formula_renames - require "formula_renames" FORMULA_RENAMES end # @private def tap_migrations - require "tap_migrations" TAP_MIGRATIONS end |
