From 3e8d164e3734758991430a9c6f3d01ab1feba418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:01:44 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 2 updates Bumps the ruby-dependencies group with 2 updates: [excon](https://github.com/excon/excon) and [json](https://github.com/ruby/json). Updates `excon` from 1.2.8 to 1.3.0 - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v1.2.8...v1.3.0) Updates `json` from 2.13.2 to 2.15.0 - [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.13.2...v2.15.0) --- updated-dependencies: - dependency-name: excon dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: json dependency-version: 2.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 15636544d..ac81aa574 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM connection_pool (2.5.3) diff-lcs (1.6.2) erubis (2.7.0) - excon (1.2.8) + excon (1.3.0) logger heroics (0.1.3) base64 @@ -21,7 +21,7 @@ GEM rrrretry (~> 1) thor (~> 1) threaded (~> 0) - json (2.13.2) + json (2.15.0) logger (1.7.0) moneta (1.0.0) multi_json (1.17.0)