From 27c7aa3c113769a1a8c130283a356b93c7e1894b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:40:41 +0000 Subject: [PATCH] Bump json from 2.7.6 to 2.8.1 Bumps [json](https://github.com/ruby/json) from 2.7.6 to 2.8.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.7.6...v2.8.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5ab7b7b..21ce40e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem "webrick", "~> 1.9" gem "pathutil", "~> 0.16.2" -gem "json", "~> 2.7" +gem "json", "~> 2.8" diff --git a/Gemfile.lock b/Gemfile.lock index b3b419a..48fa66d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM sass-embedded (~> 1.54) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.7.6) + json (2.8.1) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -142,7 +142,7 @@ PLATFORMS DEPENDENCIES jekyll (>= 3.6.3) jekyll-feed - json (~> 2.7) + json (~> 2.8) neat (>= 1.0.0) pathutil (~> 0.16.2) webrick (~> 1.9)