From 5835f2f955819aa1aa4e52e1d98e885be4aa9af8 Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Mon, 29 Sep 2014 09:28:17 -0700 Subject: Removing old .to_json monkeypatching for all objects --- lib/chef/json_compat.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/chef/json_compat.rb') 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 -- cgit v1.2.1