diff options
author | Anshul Sharma <justanshulsharma@gmail.com> | 2014-11-10 07:30:59 +0530 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-11-13 12:39:54 -0800 |
commit | 7b5a993c421ab7340950bef7984e7379a06e62ea (patch) | |
tree | 638cb76a71d8682829f766c89b5fa0370dbe4ed9 /lib/chef/resource_reporter.rb | |
parent | ac270ac158e8fa5f26e94654158902cea8273166 (diff) | |
download | chef-7b5a993c421ab7340950bef7984e7379a06e62ea.tar.gz |
removed securerandom patch
Diffstat (limited to 'lib/chef/resource_reporter.rb')
-rw-r--r-- | lib/chef/resource_reporter.rb | 2 |
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 |