Skip to content

Commit

Permalink
Merge pull request #1063 from alphagov/use-rails-7-1-cache-formatter
Browse files Browse the repository at this point in the history
Use rails 7.1 cache formatter
  • Loading branch information
beccapearce authored Nov 15, 2023
2 parents 99279e8 + e5a12a1 commit 381423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Application < Rails::Application
# 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

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 381423d

Please sign in to comment.