From 50fe4f5ae3cd2dbc158a9111462d64daea99d9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 17:39:14 +0000 Subject: [PATCH] Bump json from 2.11.3 to 2.12.0 in the all group Bumps the all group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.11.3 to 2.12.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.11.3...v2.12.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.12.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 5ae0fbe..814146a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.11" +gem "json", "~> 2.12" diff --git a/Gemfile.lock b/Gemfile.lock index 5e81cc3..989e2d7 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.11.3) + json (2.12.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.11) + json (~> 2.12) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)