From 26a25b174f94dc44a4ad55e9196e4f9a2d1e2f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:57:44 +0000 Subject: [PATCH] Bump httparty from 0.23.2 to 0.24.2 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.23.2 to 0.24.2. - [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.23.2...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 | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 051b87d..787345b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "pg", "~> 1.1" gem "puma", ">= 5.0" # HTTParty for making HTTP requests [https://github.com/jnunemaker/httparty] -gem "httparty", "~> 0.23.2" +gem "httparty", "~> 0.24.2" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder", "~> 2.14", ">= 2.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index c9f3f21..48742bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM raabro (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) - httparty (0.23.2) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -191,7 +191,8 @@ GEM mini_mime (1.1.5) minitest (5.27.0) msgpack (1.8.0) - multi_xml (0.6.0) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) net-imap (0.6.0) date net-protocol @@ -446,7 +447,7 @@ DEPENDENCIES devise-jwt (~> 0.12.1) dotenv-rails (~> 3.2) factory_bot_rails (~> 6.5, >= 6.5.1) - httparty (~> 0.23.2) + httparty (~> 0.24.2) jbuilder (~> 2.14, >= 2.14.1) kamal pagy (~> 43.2, >= 43.2.2)