diff options
| author | Mike McQuaid | 2016-11-21 18:45:20 +0000 |
|---|---|---|
| committer | GitHub | 2016-11-21 18:45:20 +0000 |
| commit | c3f959d6af36f075600aac63f208d59c30cd602c (patch) | |
| tree | 336233a927c2be8b69f74dd704b73b3293d6ac33 /Library/Homebrew/utils.rb | |
| parent | c7267b123d38d1c96c2ca786c942255d2417cd86 (diff) | |
| parent | d07b9ed7f2e8806b1840b4f60605ef45487655e1 (diff) | |
| download | brew-c3f959d6af36f075600aac63f208d59c30cd602c.tar.bz2 | |
Merge pull request #1542 from woodruffw/deprecate-utils-json
compat: deprecate Utils::JSON in favor of corelib JSON.
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 7a7673d01..89a90bed2 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -9,7 +9,6 @@ require "utils/git" require "utils/github" require "utils/hash" require "utils/inreplace" -require "utils/json" require "utils/popen" require "utils/tty" |
