Update rails to version 7.1.4 (#31563)
This commit is contained in:
parent
c88ba523ee
commit
b530fc5267
2 changed files with 53 additions and 57 deletions
|
@ -38,8 +38,4 @@ Rails.application.configure do
|
|||
config.active_record.encryption.key_derivation_salt = ENV.fetch('ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT')
|
||||
config.active_record.encryption.primary_key = ENV.fetch('ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY')
|
||||
config.active_record.encryption.support_sha1_for_non_deterministic_encryption = true
|
||||
|
||||
# TODO: https://github.com/rails/rails/issues/50604#issuecomment-1880990392
|
||||
# Remove after updating to Rails 7.1.4
|
||||
ActiveRecord::Encryption.configure(**config.active_record.encryption)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue