Skip to content

Commit e364055

Browse files
committed
Add missing openssl require to activerecord/encryption/config.rb file
1 parent 308f1de commit e364055

File tree

1 file changed

+2
-0
lines changed
  • activerecord/lib/active_record/encryption

1 file changed

+2
-0
lines changed

activerecord/lib/active_record/encryption/config.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "openssl"
4+
35
module ActiveRecord
46
module Encryption
57
# Container of configuration options

0 commit comments

Comments
 (0)