summaryrefslogtreecommitdiff
path: root/lib/chef/resource_reporter.rb
diff options
context:
space:
mode:
authorAnshul Sharma <justanshulsharma@gmail.com>2014-11-10 07:30:59 +0530
committerLamont Granquist <lamont@scriptkiddie.org>2014-11-13 12:39:54 -0800
commit7b5a993c421ab7340950bef7984e7379a06e62ea (patch)
tree638cb76a71d8682829f766c89b5fa0370dbe4ed9 /lib/chef/resource_reporter.rb
parentac270ac158e8fa5f26e94654158902cea8273166 (diff)
downloadchef-7b5a993c421ab7340950bef7984e7379a06e62ea.tar.gz
removed securerandom patch
Diffstat (limited to 'lib/chef/resource_reporter.rb')
-rw-r--r--lib/chef/resource_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb
index a19f26125e..1816fc857d 100644
--- a/lib/chef/resource_reporter.rb
+++ b/lib/chef/resource_reporter.rb
@@ -20,7 +20,7 @@
#
require 'uri'
-require 'chef/monkey_patches/securerandom'
+require 'securerandom'
require 'chef/event_dispatch/base'
class Chef