summaryrefslogtreecommitdiff
path: root/chef/lib/chef/couchdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/couchdb.rb')
-rw-r--r--chef/lib/chef/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/couchdb.rb b/chef/lib/chef/couchdb.rb
index 27f4d2dc45..3dfd8ccbd8 100644
--- a/chef/lib/chef/couchdb.rb
+++ b/chef/lib/chef/couchdb.rb
@@ -21,7 +21,7 @@ require 'chef/config'
require 'chef/rest'
require 'chef/log'
require 'digest/sha2'
-require 'json'
+require 'chef/json'
# We want to fail on create if uuidtools isn't installed
begin