aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat.rb
diff options
context:
space:
mode:
authorWilliam Woodruff2016-11-20 12:43:13 -0500
committerWilliam Woodruff2016-11-20 15:02:47 -0500
commit54d18cee17a7af49b5858dd752bf2eda59014472 (patch)
tree2284b6927c1bbeda86df183e34ab188f8fdbc716 /Library/Homebrew/compat.rb
parent7fbab8be9c1aa7b3a5a57ab1362fc128d12135ed (diff)
downloadbrew-54d18cee17a7af49b5858dd752bf2eda59014472.tar.bz2
compat: deprecate Utils::JSON in favor of corelib JSON.
Diffstat (limited to 'Library/Homebrew/compat.rb')
-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 db0ece584..0b81e037a 100644
--- a/Library/Homebrew/compat.rb
+++ b/Library/Homebrew/compat.rb
@@ -18,3 +18,4 @@ require "compat/language/haskell"
require "compat/xcode"
require "compat/software_spec"
require "compat/utils"
+require "compat/json"