1
0
Fork 0
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:
Ryuta Kamizono 2021-07-02 17:01:10 +09:00 committed by GitHub
commit 8c03c8f03d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "securerandom"
require "openssl"
module Digest
module UUID