Skip to content

Commit

Permalink
Version bump active_support.cache_format_version and framework defaul…
Browse files Browse the repository at this point in the history
…ts from 6.1 to 7.0 (#3787)

# What does this pull request do?

This is the last framework default to enable to then version bump
`config.load_defaults 6.1` to `7.0`

Then onto `7.1`
  • Loading branch information
veganstraightedge authored Feb 26, 2024
1 parent c694da7 commit d353c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Application < Rails::Application
config.middleware.insert_after ActionDispatch::Static, Rack::Deflater

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults 7.0

# 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
117 changes: 0 additions & 117 deletions config/initializers/new_framework_defaults_7_0.rb

This file was deleted.

0 comments on commit d353c9e

Please sign in to comment.