summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-12-06 17:39:28 +0000
committerGitHub <noreply@github.com>2016-12-06 17:39:28 +0000
commit1692f51c330b1f47992289af9db548b1adf362d3 (patch)
tree336d275361609258edb671ed60138cf1a261fee6
parentf0c53ed8cc200cd4a06ee54d061b5aaa7d6eafe0 (diff)
parent41a396c556b4312211ac1adac19f96968be161b9 (diff)
downloadchef-1692f51c330b1f47992289af9db548b1adf362d3.tar.gz
Merge pull request #5618 from chef/tm/require_deprecated
Core: Ensure deprecation messages are always included
-rw-r--r--lib/chef/chef_class.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb
index 8c766699fc..3a395d979d 100644
--- a/lib/chef/chef_class.rb
+++ b/lib/chef/chef_class.rb
@@ -31,6 +31,7 @@ require "chef/platform/resource_priority_map"
require "chef/platform/provider_handler_map"
require "chef/platform/resource_handler_map"
require "chef/event_dispatch/dsl"
+require "chef/deprecated"
class Chef
class << self