Skip to content

Commit 3883a25

Browse files
build(deps): Bump http from 5.3.1 to 6.0.2
Bumps [http](https://github.com/httprb/http) from 5.3.1 to 6.0.2. - [Release notes](https://github.com/httprb/http/releases) - [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md) - [Commits](httprb/http@v5.3.1...v6.0.2) --- updated-dependencies: - dependency-name: http dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b77ae47 commit 3883a25

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem "bootsnap", require: false
5252
gem "faraday", "~> 2.14"
5353

5454
# HTTP client library.
55-
gem "http", "~> 5.3"
55+
gem "http", "~> 6.0"
5656

5757
group :development, :test do
5858
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,29 +127,17 @@ GEM
127127
logger
128128
faraday-net_http (3.4.2)
129129
net-http (~> 0.5)
130-
ffi (1.17.2-aarch64-linux-gnu)
131-
ffi (1.17.2-arm-linux-gnu)
132-
ffi (1.17.2-arm64-darwin)
133-
ffi (1.17.2-x86-linux-gnu)
134-
ffi (1.17.2-x86_64-darwin)
135-
ffi (1.17.2-x86_64-linux-gnu)
136-
ffi-compiler (1.3.2)
137-
ffi (>= 1.15.5)
138-
rake
139130
fugit (1.12.1)
140131
et-orbi (~> 1.4)
141132
raabro (~> 1.4)
142133
globalid (1.3.0)
143134
activesupport (>= 6.1)
144135
hashdiff (1.2.1)
145-
http (5.3.1)
146-
addressable (~> 2.8)
136+
http (6.0.2)
147137
http-cookie (~> 1.0)
148-
http-form_data (~> 2.2)
149-
llhttp-ffi (~> 0.5.0)
150-
http-cookie (1.0.8)
138+
llhttp (~> 0.6.1)
139+
http-cookie (1.1.0)
151140
domain_name (~> 0.5)
152-
http-form_data (2.3.0)
153141
i18n (1.14.8)
154142
concurrent-ruby (~> 1.0)
155143
importmap-rails (2.2.3)
@@ -165,9 +153,7 @@ GEM
165153
json (2.19.1)
166154
language_server-protocol (3.17.0.5)
167155
lint_roller (1.1.0)
168-
llhttp-ffi (0.5.1)
169-
ffi-compiler (~> 1.0)
170-
rake (~> 13.0)
156+
llhttp (0.6.1)
171157
logger (1.7.0)
172158
loofah (2.25.1)
173159
crass (~> 1.0.2)
@@ -431,7 +417,7 @@ DEPENDENCIES
431417
debug
432418
factory_bot_rails
433419
faraday (~> 2.14)
434-
http (~> 5.3)
420+
http (~> 6.0)
435421
importmap-rails
436422
pg (~> 1.6)
437423
props_template (~> 1.0.1)

0 commit comments

Comments
 (0)