Skip to content

Commit 5118b4d

Browse files
committed
Use released version of httpclient
httpclient 2.9.0 has been released that supports Ruby 3.4 changes: - making `mutex_m` as bundled gem nahi/httpclient#455 nahi/httpclient#472 - Chilled strings nahi/httpclient#471 Kind of reverting rails#50911
1 parent d57c507 commit 5118b4d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ end
128128
# Action Mailbox
129129
gem "aws-sdk-sns", require: false
130130
gem "webmock"
131-
gem "httpclient", github: "nahi/httpclient", branch: "master", require: false
132131

133132
# Add your own local bundler stuff.
134133
local_gemfile = File.expand_path(".Gemfile", __dir__)

Gemfile.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/nahi/httpclient.git
3-
revision: d57cc6d5ffee1b566b5c189fe6dc8cc89570b812
4-
branch: master
5-
specs:
6-
httpclient (2.8.3)
7-
mutex_m
8-
webrick
9-
101
GIT
112
remote: https://github.com/rails/sdoc.git
123
revision: cd75e36ce2d1acb66734c1390ffe33aa05479380
@@ -294,6 +285,8 @@ GEM
294285
os (>= 0.9, < 2.0)
295286
signet (>= 0.16, < 2.a)
296287
hashdiff (1.1.2)
288+
httpclient (2.9.0)
289+
mutex_m
297290
i18n (1.14.6)
298291
concurrent-ruby (~> 1.0)
299292
image_processing (1.13.0)
@@ -686,7 +679,6 @@ DEPENDENCIES
686679
dartsass-rails
687680
debug (>= 1.1.0)
688681
google-cloud-storage (~> 1.11)
689-
httpclient!
690682
image_processing (~> 1.2)
691683
importmap-rails (>= 1.2.3)
692684
jbuilder

0 commit comments

Comments
 (0)