diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-09-29 09:28:17 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-10-07 16:41:47 -0700 |
commit | 5835f2f955819aa1aa4e52e1d98e885be4aa9af8 (patch) | |
tree | 6bc9c1cbe8b737fed2746ad79f9caf79d72391ae /lib/chef/json_compat.rb | |
parent | 310bcbb15b87900b1691bc6dca5db7ec18de1a5f (diff) | |
download | chef-5835f2f955819aa1aa4e52e1d98e885be4aa9af8.tar.gz |
Removing old .to_json monkeypatching for all objects
Diffstat (limited to 'lib/chef/json_compat.rb')
-rw-r--r-- | lib/chef/json_compat.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb index 6f7ec4653e..843b87b25c 100644 --- a/lib/chef/json_compat.rb +++ b/lib/chef/json_compat.rb @@ -18,8 +18,6 @@ # Wrapper class for interacting with JSON. require 'ffi_yajl' -#require 'json' -require 'ffi_yajl/json_gem' # XXX: parts of chef require JSON gem's Hash#to_json monkeypatch require 'chef/exceptions' class Chef |