DEV: Enable Rails 7 cache format version

This commit is contained in:
Loïc Guitaut 2022-05-12 16:56:58 +02:00 committed by Loïc Guitaut
parent 8bc8dbc134
commit 0feffa6f88
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Rails.application.config.active_support.remove_deprecated_time_with_zone_name =
# will have a different format that is not supported by Rails 6.1 applications.
# Only change this value after your application is fully deployed to Rails 7.0
# and you have no plans to rollback.
# Rails.application.config.active_support.cache_format_version = 7.0
Rails.application.config.active_support.cache_format_version = 7.0
# Calls `Rails.application.executor.wrap` around test cases.
# This makes test cases behave closer to an actual request or job.