You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Support for`config.active_support.cache_format_version = 6.1` has been deprecated and will be removedin 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)
It's calling out the following line. Seems the issue is up in Store.
Appears to be a deprecation warning associated with this library.
https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#new-activesupport-cache-serialization-format
It's calling out the following line. Seems the issue is up in
Store
.memcached_store/lib/active_support/cache/memcached_store.rb
Line 70 in 0d21e13
I suppose the issue may be at a lower level. If so, please feel free to close this issue. 🙇♂️
The text was updated successfully, but these errors were encountered: