From 4ea83aea27455a760d37034c7c4e4f1b1f050b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:51:16 +0000 Subject: [PATCH] Bump json from 2.15.2 to 2.15.2.1 in /samples/sam-with-gem/hello_world 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] --- samples/sam-with-gem/hello_world/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sam-with-gem/hello_world/Gemfile.lock b/samples/sam-with-gem/hello_world/Gemfile.lock index 1094388..d204141 100644 --- a/samples/sam-with-gem/hello_world/Gemfile.lock +++ b/samples/sam-with-gem/hello_world/Gemfile.lock @@ -7,7 +7,7 @@ GEM logger faraday-net_http (3.4.2) net-http (~> 0.5) - json (2.15.2) + json (2.15.2.1) logger (1.7.0) mini_portile2 (2.8.9) net-http (0.6.0)