From f178f79d390dc3e28e68a7430b7d517e9c06866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:17:45 +0000 Subject: [PATCH] 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](https://github.com/httprb/http/compare/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] --- Gemfile | 2 +- Gemfile.lock | 20 +++++--------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 69beb3a..577d50f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'dotenv', '~> 3.2' -gem 'http', '~> 5.3' +gem 'http', '~> 6.0' gem 'puma', '~> 7.2' gem 'rackup', '~> 2.3' gem 'rake', '~> 13.3' diff --git a/Gemfile.lock b/Gemfile.lock index 9a80216..5ab3fc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,19 +39,11 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.2) net-http (~> 0.5) - ffi (1.17.2) - ffi (1.17.2-x86_64-linux-gnu) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake - http (5.3.1) - addressable (~> 2.8) + http (6.0.2) 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.0) domain_name (~> 0.5) - http-form_data (2.3.0) ice_nine (0.11.2) io-console (0.8.2) json (2.19.2) @@ -60,9 +52,7 @@ GEM bigdecimal (>= 3.1, < 5) 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) mcp (0.9.2) json-schema (>= 4.1) @@ -141,7 +131,7 @@ PLATFORMS DEPENDENCIES dotenv (~> 3.2) - http (~> 5.3) + http (~> 6.0) pry puma (~> 7.2) rackup (~> 2.3)