From d3a6530572c65f87574fe41016cd1188964f333d Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Wed, 3 Jan 2024 17:18:08 +0000 Subject: [PATCH] Update cache format version to 7.1 Manuals Publisher has been running for some time now on 7.1, so it's probably safe to update the cache format. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index b0474650a..052d5a6ce 100644 --- a/config/application.rb +++ b/config/application.rb @@ -31,7 +31,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. #