Update ActiveSupport cache_format_version to 7.1

What does this MR do and why?

Update cache_format_version in ActiveSupport to remove deprecation warning:

DEPRECATION WARNING: Support for `config.active_support.cache_format_version = 6.1` has been deprecated and will be removed in Rails 7.2.

More context can be found in #516144 (closed).

Resolves #538001 (closed) and #516144 (closed)

References

Screenshots or screen recordings

Before After

How to set up and validate locally

Since this also concerns sessions, we should test sessions can be read between both branches.

  1. On master, log in as a user
  2. Check out to this branch
  3. Restart Rails (restart is required since session store is initialized in initializer)
  4. Refresh browser.
  5. Log out, log in again.
  6. Checkout master branch, restart Rails
  7. Refresh browser.

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marco Gregorius

Merge request reports

Loading