From aaa229a89ea3bfb87f5d4ac3e0fb2561846aca11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:36:12 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [json](https://github.com/ruby/json) and [minitest](https://github.com/minitest/minitest). Updates `json` from 2.15.2 to 2.16.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.15.2...v2.16.0) Updates `minitest` from 5.26.0 to 5.26.1 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.26.0...v5.26.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: minitest dependency-version: 5.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c921d4890d52..62d290fea63d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "faraday", "2.14.0" gem "faraday-retry", "2.3.2" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.15.2" +gem "json", "2.16.0" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index b12a61ff65e8..d76e794c30c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.15.2) + json (2.16.0) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -255,7 +255,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.26.0) + minitest (5.26.1) multi_xml (0.7.2) bigdecimal (~> 3.1) net-http (0.6.0) @@ -366,7 +366,7 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.15.2) + json (= 2.16.0) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.18.10)