From d334a2b1445f8adf269519e80c2da87bfff998d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:17:19 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [json](https://github.com/ruby/json), [httparty](https://github.com/jnunemaker/httparty) and [minitest](https://github.com/minitest/minitest). Updates `json` from 2.15.0 to 2.15.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.15.0...v2.15.1) Updates `httparty` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.23.1...v0.23.2) Updates `minitest` from 5.25.5 to 5.26.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.5...v5.26.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: httparty dependency-version: 0.23.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: minitest dependency-version: 5.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1a418b99b935..f607cac91877 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.0" +gem "json", "2.15.1" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f509f9329595..14b34e1862b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM ast (2.4.3) base64 (0.2.0) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) coderay (1.1.3) coffee-script (2.4.1) coffee-script-source @@ -119,7 +119,7 @@ GEM activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.8.0) - httparty (0.23.1) + httparty (0.23.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -235,7 +235,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.15.0) + json (2.15.1) 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.25.5) + minitest (5.26.0) 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.0) + json (= 2.15.1) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.18.10)