Skip to content

Commit

Permalink
set config to use defaults for 7.2. remove intermediate file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvallelonga committed Oct 27, 2024
1 parent adf3620 commit 8150e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Application < Rails::Application
config.options = config_for(:options)

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1
config.load_defaults 7.2

# To remove in 2025. This allows migration db/migrate/20240415134849_encrypt_keys.rb to encrypt existing plaintext keys
config.active_record.encryption.support_unencrypted_data = true
Expand Down
70 changes: 0 additions & 70 deletions config/initializers/new_framework_defaults_7_2.rb

This file was deleted.

0 comments on commit 8150e48

Please sign in to comment.