From a44b9aceaa68d73345e23104b71777b9042465a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:01:07 +0000 Subject: [PATCH] Bump json from 2.15.2 to 2.16.0 in the all group Bumps the all group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.15.2 to 2.16.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.15.2...v2.16.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b4374e36..8e2cfabb 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.15" +gem "json", "~> 2.16" diff --git a/Gemfile.lock b/Gemfile.lock index 17724041..4252fe5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM sass-embedded (~> 1.54) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.15.2) + json (2.16.0) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -144,7 +144,7 @@ PLATFORMS DEPENDENCIES jekyll (>= 3.6.3) jekyll-feed - json (~> 2.15) + json (~> 2.16) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)