DEPRECATION WARNING: Support for config.active_support.cache_format_version = 6.1
Overview
DEPRECATION WARNING: Support for config.active_support.cache_format_version = 6.1 has been deprecated and will be removed in Rails 7.2.
The deprecation is ignored and is not visible.
Proposal
Migrate to 7.1 or 7.0 cache format version. We have multiple 6.1 usages at the moment:
- ActiveSupport::Cache::Coders::Rails61Coder
- Marshal.load uses 6.1 format by default
Edited by Igor Drozdov