Skip to content

Commit

Permalink
Go through new framework defaults
Browse files Browse the repository at this point in the history
No real relevant action items for us
  • Loading branch information
chvp committed Oct 15, 2023
1 parent b7a55f8 commit a585eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 224 deletions.
5 changes: 4 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
module Accentor
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

# Use the latest cache format version. We use the memory store, so no issues with upgrades
config.active_support.cache_format_version = 7.1

# Please, add to the `ignore` list any other `lib` subdirectories that do
# not contain `.rb` files, or that should not be reloaded or eager loaded.
Expand Down
223 changes: 0 additions & 223 deletions config/initializers/new_framework_defaults_7_1.rb

This file was deleted.

0 comments on commit a585eaa

Please sign in to comment.