Skip to content

Commit 80c78e5

Browse files
committed
Fix httpclient git source in the lockfile
Followup to rails#50911 Not quite sure what happened here, the commit is still the latest. I simply ran `bundle lock --update=httpclient`. When running the railties tests: ```rb .........../home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. /home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. ./home/earlopain/.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/bundler/gems/httpclient-d57cc6d5ffee/lib/httpclient/auth.rb:11: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. You can add mutex_m to your Gemfile or gemspec to silence this warning. ... ``` You get the idea. Not sure why strict warnings don't pick this up.
1 parent 3155030 commit 80c78e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ GIT
1313
branch: master
1414
specs:
1515
httpclient (2.8.3)
16+
mutex_m
17+
webrick
1618

1719
GIT
1820
remote: https://github.com/rails/sdoc.git
@@ -376,6 +378,7 @@ GEM
376378
msgpack (1.7.2)
377379
multi_json (1.15.0)
378380
multipart-post (2.3.0)
381+
mutex_m (0.2.0)
379382
mysql2 (0.5.6)
380383
net-http-persistent (4.0.2)
381384
connection_pool (~> 2.2)

0 commit comments

Comments
 (0)