From 700be55f23a38ae5f751c152b8f686aa94f9699d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:00:58 +0000 Subject: [PATCH] Bump json from 2.17.1 to 2.18.0 in the all group Bumps the all group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.17.1 to 2.18.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.17.1...v2.18.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.18.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 5157ddf..6227b26 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.17" +gem "json", "~> 2.18" diff --git a/Gemfile.lock b/Gemfile.lock index eaa4466..8d77f33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM sass-embedded (~> 1.75) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.17.1) + json (2.18.0) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -153,7 +153,7 @@ PLATFORMS DEPENDENCIES jekyll (>= 3.6.3) jekyll-feed - json (~> 2.17) + json (~> 2.18) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)