From 0765a2ea1877bca3012022cb4f3ee32066ae129b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:14:53 +0000 Subject: [PATCH] Bump httparty from 0.21.0 to 0.24.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.21.0 to 0.24.0. - [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.21.0...v0.24.0) --- updated-dependencies: - dependency-name: httparty dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d727cc8..7594f45 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '3.2.8' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. -gem 'httparty', '~> 0.21.0' +gem 'httparty', '~> 0.24.0' group :development do gem "bundler" diff --git a/Gemfile.lock b/Gemfile.lock index 8a111d3..c0ebe1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,18 +18,20 @@ GEM public_suffix (>= 2.0.2, < 7.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (4.0.1) concurrent-ruby (1.3.5) connection_pool (2.5.3) crack (1.0.0) bigdecimal rexml + csv (3.3.5) date (3.4.1) docile (1.4.1) drb (2.2.3) erb (5.0.2) hashdiff (1.2.0) - httparty (0.21.0) + httparty (0.24.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.14.7) @@ -37,8 +39,8 @@ GEM logger (1.7.0) mini_mime (1.1.5) minitest (5.25.5) - multi_xml (0.7.2) - bigdecimal (~> 3.1) + multi_xml (0.8.0) + bigdecimal (>= 3.1, < 5) psych (5.2.6) date stringio @@ -78,7 +80,7 @@ PLATFORMS DEPENDENCIES bundler - httparty (~> 0.21.0) + httparty (~> 0.24.0) minitest (~> 5.0) rake rdoc