Skip to content

Commit 6b96010

Browse files
authored
Merge pull request rails#50911 from yahonda/use_httpclient_master_for_ruby34
Use `httpclient` to run "Daily build with Ruby head"
2 parents 660f77c + baae73c commit 6b96010

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ end
127127
# Action Mailbox
128128
gem "aws-sdk-sns", require: false
129129
gem "webmock"
130+
gem "httpclient", github: "nahi/httpclient", branch: "master", require: false
130131

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

Gemfile.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ GIT
77
event_emitter
88
websocket
99

10+
GIT
11+
remote: https://github.com/nahi/httpclient.git
12+
revision: d57cc6d5ffee1b566b5c189fe6dc8cc89570b812
13+
branch: master
14+
specs:
15+
httpclient (2.8.3)
16+
1017
GIT
1118
remote: https://github.com/rails/sdoc.git
1219
revision: e9bb867eba81f48c402a129e688e810ec1fa387c
@@ -273,7 +280,6 @@ GEM
273280
os (>= 0.9, < 2.0)
274281
signet (>= 0.16, < 2.a)
275282
hashdiff (1.1.0)
276-
httpclient (2.8.3)
277283
i18n (1.14.1)
278284
concurrent-ruby (~> 1.0)
279285
image_processing (1.12.2)
@@ -603,6 +609,7 @@ DEPENDENCIES
603609
delayed_job
604610
delayed_job_active_record
605611
google-cloud-storage (~> 1.11)
612+
httpclient!
606613
image_processing (~> 1.2)
607614
importmap-rails (>= 1.2.3)
608615
jbuilder

0 commit comments

Comments
 (0)