From 86ba729c3854825095da3d70f75d06269c72904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 09:04:05 +0000 Subject: [PATCH] Update httparty requirement from ~> 0.22.0 to >= 0.22, < 0.25 Updates the requirements on [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.24.2) --- updated-dependencies: - dependency-name: httparty dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 +++---- ruby_api_pack_core.gemspec | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e0358a..178dd15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: ruby_api_pack_core (0.1.0) - httparty (~> 0.22.0) + httparty (>= 0.22, < 0.25) oj (~> 3.16) GEM @@ -13,7 +13,7 @@ GEM csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - httparty (0.22.0) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -21,8 +21,7 @@ GEM language_server-protocol (3.17.0.6) lint_roller (1.1.0) mini_mime (1.1.5) - multi_xml (0.9.1) - bigdecimal (>= 3.1, < 5) + multi_xml (0.6.0) oj (3.17.3) bigdecimal (>= 3.0) ostruct (>= 0.2) diff --git a/ruby_api_pack_core.gemspec b/ruby_api_pack_core.gemspec index 7c1a696..d58c42f 100644 --- a/ruby_api_pack_core.gemspec +++ b/ruby_api_pack_core.gemspec @@ -37,6 +37,6 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # Main Dependencies - spec.add_dependency 'httparty', '~> 0.22.0' + spec.add_dependency 'httparty', '>= 0.22', '< 0.25' spec.add_dependency 'oj', '~> 3.16' end