diff options
author | danielsdeleo <dan@getchef.com> | 2014-11-26 12:41:42 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-11-26 12:41:42 -0800 |
commit | a0c294d8d1b6b0323d3c01265e824deb8a5d972d (patch) | |
tree | 1b1f02d5732b1400dbc9854d5de1796ff89b145d /lib/chef/cookbook_version.rb | |
parent | 45167319996c4fc7e65351a459ae2ee8a5960b31 (diff) | |
download | chef-a0c294d8d1b6b0323d3c01265e824deb8a5d972d.tar.gz |
Remove 1.8 and 1.9 specific monkey patches
Diffstat (limited to 'lib/chef/cookbook_version.rb')
-rw-r--r-- | lib/chef/cookbook_version.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/cookbook_version.rb b/lib/chef/cookbook_version.rb index 505b403e65..3bf19296c9 100644 --- a/lib/chef/cookbook_version.rb +++ b/lib/chef/cookbook_version.rb @@ -24,7 +24,6 @@ require 'chef/cookbook/file_vendor' require 'chef/cookbook/metadata' require 'chef/version_class' require 'pathname' -require 'chef/monkey_patches/pathname' require 'chef/digester' class Chef |