From 88db495c7a5cedc73eb365d3729c6213b986f0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:34:25 +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 [rubocop](https://github.com/rubocop/rubocop). Updates `json` from 2.19.5 to 2.19.7 - [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.19.5...v2.19.7) Updates `rubocop` from 1.86.2 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.86.2...v1.87.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index fcb12edec09..4e4756e6135 100644 --- a/Gemfile +++ b/Gemfile @@ -3,11 +3,11 @@ source "https://rubygems.org" gem "faraday", "2.14.2" gem "faraday-retry", "2.4.0" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.19.5" +gem "json", "2.19.7" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.19.3" gem "rake", "13.4.2" -gem "rubocop", "1.86.2" +gem "rubocop", "1.87.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 6303b7a98fd..da7da83de47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.19.5) + json (2.19.7) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -308,7 +308,7 @@ GEM io-console (~> 0.5) rexml (3.4.2) rouge (3.30.0) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -372,14 +372,14 @@ DEPENDENCIES fastimage github-pages (~> 232) httparty - json (= 2.19.5) + json (= 2.19.7) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.19.3) octokit pry rake (= 13.4.2) - rubocop (= 1.86.2) + rubocop (= 1.87.0) rubocop-performance safe_yaml webrick