summaryrefslogtreecommitdiff
path: root/lib/chef/request_id.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/request_id.rb
parentac270ac158e8fa5f26e94654158902cea8273166 (diff)
downloadchef-7b5a993c421ab7340950bef7984e7379a06e62ea.tar.gz
removed securerandom patch
Diffstat (limited to 'lib/chef/request_id.rb')
-rw-r--r--lib/chef/request_id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/request_id.rb b/lib/chef/request_id.rb
index 7fc177c633..2c7af01879 100644
--- a/lib/chef/request_id.rb
+++ b/lib/chef/request_id.rb
@@ -15,7 +15,7 @@
# limitations under the License.
#
-require 'chef/monkey_patches/securerandom'
+require 'securerandom'
require 'singleton'
class Chef