summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-29 09:29:57 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-08 09:07:48 -0700
commit5ee0f06ed8fee881b73877740312c20a4f2413f3 (patch)
tree031a8bf462191124aec587562eb9850fb1aa854e
parent42947909cb8ce9afeb19964332433bb25b085744 (diff)
downloadchef-5ee0f06ed8fee881b73877740312c20a4f2413f3.tar.gz
Removing old .to_json monkeypatching for all objects
-rw-r--r--lib/chef/json_compat.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb
index 2a2d2df9ee..bf8a9cff69 100644
--- a/lib/chef/json_compat.rb
+++ b/lib/chef/json_compat.rb
@@ -18,7 +18,6 @@
# Wrapper class for interacting with JSON.
require 'ffi_yajl'
-require 'ffi_yajl/json_gem' # XXX: parts of chef require JSON gem's Hash#to_json monkeypatch
require 'chef/exceptions'
class Chef