summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-11-01 17:10:57 +0000
committerGitHub <noreply@github.com>2016-11-01 17:10:57 +0000
commitca558482549b9d509eb03238699052a1d2f6d503 (patch)
treeab7f84cdf2b1ff3a3480d7ac11e76b248afa17b1
parentf15c94e0dfc9ceb577041b6d5b647ff2e8f0fe7d (diff)
parent59b14229047d55e6c1dfbb066c120d3b26e8f5bb (diff)
downloadchef-ca558482549b9d509eb03238699052a1d2f6d503.tar.gz
Merge pull request #5504 from smalltown/smalltown/fix-rest-deprecated
include chef/chef_class for method log_deprecation
-rw-r--r--lib/chef/rest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/rest.rb b/lib/chef/rest.rb
index a3c5c66b8a..b3793418ce 100644
--- a/lib/chef/rest.rb
+++ b/lib/chef/rest.rb
@@ -37,6 +37,7 @@ require "chef/config"
require "chef/exceptions"
require "chef/platform/query_helpers"
require "chef/http/remote_request_id"
+require "chef/chef_class"
class Chef