diff options
author | danielsdeleo <dan@getchef.com> | 2014-07-29 20:13:27 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-07-30 14:07:08 -0700 |
commit | 0a18c422b4ba0bec54f70c57da1ad92b3b3e53ac (patch) | |
tree | f5dbf0486b67f2e6fc16f00e13227c8188653e3c /lib/chef/cookbook_version.rb | |
parent | d48a9b9af71844da7c0b517db29512be6d3505b7 (diff) | |
download | chef-0a18c422b4ba0bec54f70c57da1ad92b3b3e53ac.tar.gz |
Add missing require for chef/digester in cookbook_version
Diffstat (limited to 'lib/chef/cookbook_version.rb')
-rw-r--r-- | lib/chef/cookbook_version.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/cookbook_version.rb b/lib/chef/cookbook_version.rb index 3d8b9fb908..778a6043bf 100644 --- a/lib/chef/cookbook_version.rb +++ b/lib/chef/cookbook_version.rb @@ -25,6 +25,7 @@ require 'chef/cookbook/metadata' require 'chef/version_class' require 'pathname' require 'chef/monkey_patches/pathname' +require 'chef/digester' class Chef |