From b63d2130a18f575f3812bd8161f2cfd1a73c681c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:32:35 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Updates the requirements on [webmock](https://github.com/bblimke/webmock) and [http](https://github.com/httprb/http) to permit the latest version. Updates `webmock` from 3.26.1 to 3.26.2 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.26.1...v3.26.2) 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: webmock dependency-version: 3.26.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - 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 | 20 +++++--------------- paysafe.gemspec | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3ab49ad..33c8bf8 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) @@ -61,7 +51,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) vcr (6.4.0) - webmock (3.26.1) + webmock (3.26.2) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) 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