Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cache format version to 7.1 #2270

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Update cache format version to 7.1 #2270

merged 1 commit into from
Jan 4, 2024

Conversation

ryanb-gds
Copy link
Contributor

Manuals Publisher has been running for some time now on 7.1, so it's probably safe to update the cache format.

Oddly when running RSpec I'm still seeing this 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.

Check the Rails upgrade guide at https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#new-activesupport-cache-serialization-format
for more information on how to upgrade.
 (called from <top (required)> at /govuk/manuals-publisher/config/application.rb:19)

I think the reference to cache format version 6.1 might be included from a gem somehow, as manuals-publisher/config/application.rb:19 is

Bundler.require(*Rails.groups)

Manuals Publisher has been running for some time now on 7.1, so it's probably safe to update the cache format.
@ryanb-gds ryanb-gds merged commit 5ccb73b into main Jan 4, 2024
14 checks passed
@ryanb-gds ryanb-gds deleted the update-cache-format branch January 4, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants