From 2faead7ef2a617dd86289c3c76809659354b5008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:24:14 +0000 Subject: [PATCH] build(deps): Bump http from 5.3.1 to 6.0.3 Bumps [http](https://github.com/httprb/http) from 5.3.1 to 6.0.3. - [Release notes](https://github.com/httprb/http/releases) - [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md) - [Commits](https://github.com/httprb/http/compare/v5.3.1...v6.0.3) --- updated-dependencies: - dependency-name: http dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++-------------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index b4ccc24..e4184fb 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ gem "bootsnap", require: false gem "faraday", "~> 2.14" # HTTP client library. -gem "http", "~> 5.3" +gem "http", "~> 6.0" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index 2501b18..d65e324 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,29 +127,17 @@ GEM logger faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.2-aarch64-linux-gnu) - ffi (1.17.2-arm-linux-gnu) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x86-linux-gnu) - ffi (1.17.2-x86_64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) hashdiff (1.2.1) - http (5.3.1) - addressable (~> 2.8) + http (6.0.3) http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.5.0) - http-cookie (1.0.8) + llhttp (~> 0.6.1) + http-cookie (1.1.6) domain_name (~> 0.5) - http-form_data (2.3.0) i18n (1.14.8) concurrent-ruby (~> 1.0) importmap-rails (2.2.3) @@ -165,9 +153,7 @@ GEM json (2.19.4) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - llhttp-ffi (0.5.1) - ffi-compiler (~> 1.0) - rake (~> 13.0) + llhttp (0.6.1) logger (1.7.0) loofah (2.25.1) crass (~> 1.0.2) @@ -283,7 +269,7 @@ GEM tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) rbs (4.0.2) logger prism (>= 1.6.0) @@ -433,7 +419,7 @@ DEPENDENCIES debug factory_bot_rails faraday (~> 2.14) - http (~> 5.3) + http (~> 6.0) importmap-rails pg (~> 1.6) props_template (~> 1.0.1)