mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #42676 from yahonda/rails41722
Address `NameError: uninitialized constant Digest::UUID::OpenSSL`
This commit is contained in:
commit
8c03c8f03d
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require "securerandom"
|
require "securerandom"
|
||||||
|
require "openssl"
|
||||||
|
|
||||||
module Digest
|
module Digest
|
||||||
module UUID
|
module UUID
|
||||||
|
|
Loading…
Reference in a new issue