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

config.active_support.cache_format_version deprecation warning #76

Open
larouxn opened this issue Jul 7, 2023 · 0 comments
Open

config.active_support.cache_format_version deprecation warning #76

larouxn opened this issue Jul 7, 2023 · 0 comments

Comments

@larouxn
Copy link

larouxn commented Jul 7, 2023

Appears to be a deprecation warning associated with this library.

https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#new-activesupport-cache-serialization-format

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 initialize at /home/spin/.bundle/shopify/gems/memcached_store-2.3.1/lib/active_support/cache/memcached_store.rb:70)
Screenshot 2023-07-06 at 7 58 12

It's calling out the following line. Seems the issue is up in Store.

I suppose the issue may be at a lower level. If so, please feel free to close this issue. 🙇‍♂️

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