From 853ecbf47bd0ea1584ffe19d622b8e477f89574c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:50:55 +0000 Subject: [PATCH] Bump json from 2.15.2 to 2.15.2.1 in /examples/ruby Bumps [json](https://github.com/ruby/json) from 2.15.2 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.2...v2.15.2.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.15.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ruby/Gemfile.lock b/examples/ruby/Gemfile.lock index c85eb58f934..e9227debd3c 100644 --- a/examples/ruby/Gemfile.lock +++ b/examples/ruby/Gemfile.lock @@ -4,7 +4,7 @@ GEM ast (2.4.3) base64 (0.3.0) diff-lcs (1.5.1) - json (2.15.2) + json (2.15.2.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0)