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
chore: Add mutex_m gem for Rails 7.0 compatibility with 3.4
Starting from Ruby 3.4, mutex_m has been changed from a default gem to a
bundled gem.In systems using Bundler (such as Rails applications), the
gem needs to beexplicitly listed in the Gemfile and installed.This
change ensures that the mutex_m library is properly availablein Ruby 3.4
environments.
0 commit comments