Actions
Refactor #8461
closedReplace UUIDTools with SecureRandom.uuid
Difficulty:
trivial
Triaged:
Pull request:
Description
Since Ruby 1.9.3, SecureRandom has a uuid method: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html#method-c-uuid, which can replace the uuidtools gem we depend on today. The only place we appear to use it is in lib/foreman.rb.
Actions