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

Deprecation warning for cache_format_version = 6.1 occurring #2112

Open
larouxn opened this issue Jan 9, 2024 · 0 comments
Open

Deprecation warning for cache_format_version = 6.1 occurring #2112

larouxn opened this issue Jan 9, 2024 · 0 comments

Comments

@larouxn
Copy link
Contributor

larouxn commented Jan 9, 2024

Quick heads up that we have this deprecation warning occurring.

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 block in <class:App> at /home/larouxn/src/github.com/larouxn/devdocs/lib/app.rb:60)

Looks like we need to update this line, in some way.

sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s)

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

No branches or pull requests

1 participant