Skip to content

Commit

Permalink
Require digest where it is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 2, 2022
1 parent f6d5156 commit 7c6f280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/core_ext/digest/uuid.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "securerandom"
require "digest"

module Digest
module UUID
Expand Down
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/digest.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "digest"

module ActiveSupport
class Digest #:nodoc:
class <<self
Expand Down

0 comments on commit 7c6f280

Please sign in to comment.