From 36e22b220e93aebb7e3924015d0d427363efdc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:14:15 +0000 Subject: [PATCH] Bump httparty from 0.23.2 to 0.24.0 Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.23.2 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.23.2...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 87b2df3f..414598a7 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'dartsass-sprockets' # Sass engine (required by bootstrap gem 'devise' gem 'dkim', '~> 1.1' gem 'font_awesome5_rails', '~> 1.5' -gem 'httparty', '~> 0.23' +gem 'httparty', '~> 0.24' gem 'image_processing', '~> 1.2' gem 'inline_svg', '~> 1.8' gem 'irb' diff --git a/Gemfile.lock b/Gemfile.lock index 322ee823..8958da2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM bigdecimal rake (>= 13) hashery (2.1.2) - httparty (0.23.2) + httparty (0.24.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -198,8 +198,8 @@ GEM minitest (6.0.0) prism (~> 1.5) multi_json (1.18.0) - multi_xml (0.7.2) - bigdecimal (~> 3.1) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) mutex_m (0.3.0) net-ftp (0.3.9) net-protocol @@ -464,7 +464,7 @@ DEPENDENCIES devise dkim (~> 1.1) font_awesome5_rails (~> 1.5) - httparty (~> 0.23) + httparty (~> 0.24) image_processing (~> 1.2) inline_svg (~> 1.8) irb