rails: update cache format version to 7.0.

This commit is contained in:
evazion
2022-01-10 11:38:36 -06:00
parent fd2db2ff23
commit bd7018a3ae

View File

@@ -39,7 +39,7 @@ Rails.application.config.action_view.apply_stylesheet_media_default = false
# 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.