We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting this after Rails 8 upgrade - cannot load such file -- mutex_m (LoadError)
cannot load such file -- mutex_m (LoadError)
Looks like mutex_m is a dependency for pusher. But Rails 8 upgrade has removed this library.
mutex_m
I added this library in the Gemfile, and it fixed the issue.
The text was updated successfully, but these errors were encountered:
mutex_m is no longer a part of the default gem set since Ruby 3.4.0 and needs to be included in the Gemfile
mutex_m is used by the httpclient gem, which hasn't been updated since 2016 and is a dependency of the pusher-http-ruby gem.
Sorry, something went wrong.
No branches or pull requests
Getting this after Rails 8 upgrade -
cannot load such file -- mutex_m (LoadError)
Looks like
mutex_m
is a dependency for pusher. But Rails 8 upgrade has removed this library.I added this library in the Gemfile, and it fixed the issue.
The text was updated successfully, but these errors were encountered: