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

warning: mutex_m was loaded from the standard library #458

Open
muhasturk opened this issue Feb 23, 2024 · 3 comments
Open

warning: mutex_m was loaded from the standard library #458

muhasturk opened this issue Feb 23, 2024 · 3 comments

Comments

@muhasturk
Copy link

➜  autometa git:(main) ✗ bundle exec fastlane match
[⠙] 🚀 /Users/hasturk/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/httpclient-2.8.3/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of httpclient-2.8.3 to add mutex_m into its gemspec.
@andrewhampton
Copy link

Looks like this was already taken care of in #455.

@y-bonfire
Copy link

I encountered the same issue, so I searched for it and ended up here.
I resolved it this way. Does this seem correct to you?
It appears that the repository has been updated, but it seems that the version on RubyGems has not been incremented. (v2.8.3 December 09, 2016)
Therefore, I switched to installing from GitHub instead of RubyGems.
https://rubygems.org/gems/httpclient

Gemfile

gem "mutex_m"
gem 'httpclient', git: 'https://github.com/nahi/httpclient'

@sphanley
Copy link

@nahi, is there any possibility of getting a new update pushed to RubyGems for httpclient? My team is dependent on it as a transitive dependency in an enterprise context, so it's preferred if we can resolve everything from RubyGems without overriding sources.

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

4 participants