Enable framework 7's cache_format_version (#18064)

This commit is contained in:
Mac Siri 2022-07-12 15:44:23 -04:00 committed by GitHub
parent 40ae610d90
commit 9599d3349f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,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.