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

Rails 8 issue - cannot load such file -- mutex_m (LoadError) #194

Open
kapso opened this issue Jan 11, 2025 · 1 comment
Open

Rails 8 issue - cannot load such file -- mutex_m (LoadError) #194

kapso opened this issue Jan 11, 2025 · 1 comment

Comments

@kapso
Copy link

kapso commented Jan 11, 2025

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.

@ZombieHarvester
Copy link

ZombieHarvester commented Jan 28, 2025

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.

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

2 participants