Skip to content

Commit

Permalink
Merge pull request #2496 from alphagov/use-new-cache-format-version
Browse files Browse the repository at this point in the history
Upgrade Rails cache format version to 7.1
  • Loading branch information
davidgisbey authored Jan 17, 2024
2 parents 4f527fd + c709ce9 commit 8822bd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.1

# Once this application is fully deployed to Rails 7.1 and you have no plans to rollback
# replace the line below with config.active_support.cache_format_version = 7.1
# This will mean that we can revert back to rails 7.0 if there is an issue
config.active_support.cache_format_version = 7.0
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

0 comments on commit 8822bd5

Please sign in to comment.