summaryrefslogtreecommitdiff
path: root/lib/chef.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-06-25 21:28:20 -0700
committerdanielsdeleo <dan@opscode.com>2013-06-26 10:47:47 -0700
commit7b4a67335fa6145d7d4675e1a17549ef7c1ce4d7 (patch)
treeb11c6b412674293af2e5c2000358e407f93d410c /lib/chef.rb
parent34dd4d4730656141889dc0cf9eee45e979b0a141 (diff)
downloadchef-7b4a67335fa6145d7d4675e1a17549ef7c1ce4d7.tar.gz
Add File.realpath backport for ruby 1.8
- Related to fix for CHEF-4312
Diffstat (limited to 'lib/chef.rb')
-rw-r--r--lib/chef.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef.rb b/lib/chef.rb
index 68e70749e7..3e5394b141 100644
--- a/lib/chef.rb
+++ b/lib/chef.rb
@@ -36,3 +36,4 @@ require 'chef/monkey_patches/tempfile'
require 'chef/monkey_patches/string'
require 'chef/monkey_patches/numeric'
require 'chef/monkey_patches/object'
+require 'chef/monkey_patches/file'