From 3c973986c6082b8154a99182b23a28b4944a1e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:04:19 +0000 Subject: [PATCH] Bump json from 2.14.1 to 2.15.0 in the all group Bumps the all group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.14.1 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.14.1...v2.15.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.15.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 3fdbb6b7..b4374e36 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.14" +gem "json", "~> 2.15" diff --git a/Gemfile.lock b/Gemfile.lock index 53dea9f7..0ab8fb56 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.14.1) + json (2.15.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.14) + json (~> 2.15) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)