diff options
Diffstat (limited to 'lib/chef.rb')
-rw-r--r-- | lib/chef.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef.rb b/lib/chef.rb index 3d6b783253..ccfb57764d 100644 --- a/lib/chef.rb +++ b/lib/chef.rb @@ -16,7 +16,11 @@ # limitations under the License. # + require "chef/version" + +require "chef_core/text" + require "chef/nil_argument" require "chef/mash" require "chef/exceptions" |