Skip to content

Commit

Permalink
change to 8.0 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Dec 23, 2024
1 parent cec206b commit 967c1c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
module Z
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.2
config.load_defaults 8.0

# continue to use `config/secrets.yml` for secrets (removed in 7.2 in lieu of `credentials.yml.enc`)
config.secret_key_base = config_for(:secrets).fetch(:secret_key_base)
Expand Down
30 changes: 0 additions & 30 deletions config/initializers/new_framework_defaults_8_0.rb

This file was deleted.

0 comments on commit 967c1c8

Please sign in to comment.