Skip to content

Commit 717c599

Browse files
authored
Merge pull request rails#47595 from fatkodima/missing-openssl-require
Add missing `openssl` require to `activerecord/encryption/config.rb` file
2 parents 308f1de + e364055 commit 717c599

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)