From 25af8a490dcdc3eb255bc896da0fd3e7ffb49dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:13:09 +0000 Subject: [PATCH] Update http requirement from >= 4, < 6 to >= 4, < 7 in the bundler group Updates the requirements on [http](https://github.com/httprb/http) to permit the latest version. Updates `http` from 5.3.1 to 6.0.1 - [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.1) --- updated-dependencies: - dependency-name: http dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++-------------- paysafe.gemspec | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ab49ad..7df4127 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: paysafe (0.16.0) - http (>= 4, < 6) + http (>= 4, < 7) GEM remote: https://rubygems.org/ @@ -21,23 +21,13 @@ GEM domain_name (0.6.20240107) dotenv (3.2.0) drb (2.2.3) - ffi (1.17.3) - ffi (1.17.3-arm64-darwin) - ffi-compiler (1.3.2) - ffi (>= 1.15.5) - rake hashdiff (1.2.1) - http (5.3.1) - addressable (~> 2.8) + http (6.0.1) http-cookie (~> 1.0) - http-form_data (~> 2.2) - llhttp-ffi (~> 0.5.0) + llhttp (~> 0.6.1) http-cookie (1.1.0) domain_name (~> 0.5) - http-form_data (2.3.0) - llhttp-ffi (0.5.1) - ffi-compiler (~> 1.0) - rake (~> 13.0) + llhttp (0.6.1) minitest (6.0.2) drb (~> 2.0) prism (~> 1.5) diff --git a/paysafe.gemspec b/paysafe.gemspec index 7739cf6..c38b936 100644 --- a/paysafe.gemspec +++ b/paysafe.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 3.2' - spec.add_dependency "http", '>= 4', '< 6' + spec.add_dependency "http", '>= 4', '< 7' end