From 77b1de0ca4355885b04b88cfa4ba99c7d559a989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:16:03 +0000 Subject: [PATCH] Bump json from 2.9.1 to 2.10.1 in the all group across 1 directory Bumps the all group with 1 update in the / directory: [json](https://github.com/ruby/json). Updates `json` from 2.9.1 to 2.10.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.9.1...v2.10.1) --- updated-dependencies: - dependency-name: json 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 926f529a..52111855 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.9" +gem "json", "~> 2.10" diff --git a/Gemfile.lock b/Gemfile.lock index 53cb2854..3ce595bf 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.9.1) + json (2.10.1) 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.9) + json (~> 2.10) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)