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
When using memcached_store on Ruby 3.2.0, we get the message:
/Users/phillipmuldoon/.asdf/installs/ruby/3.2.0/lib/ruby/gems/3.2.0/gems/memcached-1.8.0/lib/rlibmemcached.bundle: warning: undefining the allocator of T_DATA class swig_runtime_data
The only consumer of the Memcached gem in our Gemfile.lock is memcached_store. It might seem to need an update in dependencies to a later version?
The text was updated successfully, but these errors were encountered:
When using memcached_store on Ruby 3.2.0, we get the message:
The only consumer of the Memcached gem in our Gemfile.lock is memcached_store. It might seem to need an update in dependencies to a later version?
The text was updated successfully, but these errors were encountered: