From 6a5b172349a11fe3fce9995f825507cff4b731f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:48:57 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 2 updates Bumps the bundler group with 2 updates in the /ruby directory: [httparty](https://github.com/jnunemaker/httparty) and [json](https://github.com/ruby/json). Updates `httparty` from 0.23.1 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.1...v0.24.0) Updates `json` from 2.15.0 to 2.15.2.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.15.0...v2.15.2.1) --- updated-dependencies: - dependency-name: httparty dependency-version: 0.24.0 dependency-type: direct:production dependency-group: bundler - dependency-name: json dependency-version: 2.15.2.1 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- ruby/Gemfile.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 1b57b73..ab86986 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -11,20 +11,18 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.3) - bigdecimal (3.2.3) csv (3.3.5) diff-lcs (1.6.2) dotenv (2.8.1) - httparty (0.23.1) + httparty (0.24.0) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - json (2.15.0) + json (2.15.2.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) mini_mime (1.1.5) - multi_xml (0.7.2) - bigdecimal (~> 3.1) + multi_xml (0.6.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1)