Skip to content

Commit 371e854

Browse files
committed
Merge pull request #36470 from lucasprag/activesupport/missing-require-digest
Add missing file to require digest/uuid on active_support core ext
1 parent b1464e3 commit 371e854

File tree

1 file changed

+3
-0
lines changed
  • activesupport/lib/active_support/core_ext

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# frozen_string_literal: true
2+
3+
require "active_support/core_ext/digest/uuid"

0 commit comments

Comments
 (0)