diff options
| -rw-r--r-- | Library/Homebrew/compat.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/compat/gpg.rb (renamed from Library/Homebrew/gpg.rb) | 0 | ||||
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 | 
3 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 8b3d72ec7..d829e900c 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -27,3 +27,4 @@ require "compat/ENV/std"  require "compat/ENV/super"  require "compat/utils/shell"  require "compat/extend/string" +require "compat/gpg" diff --git a/Library/Homebrew/gpg.rb b/Library/Homebrew/compat/gpg.rb index 01880f71e..01880f71e 100644 --- a/Library/Homebrew/gpg.rb +++ b/Library/Homebrew/compat/gpg.rb diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index eec2c9045..8e4f80260 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -13,7 +13,6 @@ require "pkg_version"  require "tap"  require "keg"  require "migrator" -require "gpg"  require "extend/ENV"  # A formula provides instructions and metadata for Homebrew to install a piece | 
