From 48a70a41e79d7c2c6a53c54a4bdff241b7c3a680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:52:42 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [faraday](https://github.com/lostisland/faraday) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday` from 2.14.3 to 2.14.4 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.14.3...v2.14.4) Updates `rubocop` from 1.90.0 to 1.91.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.90.0...v1.91.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 63b1ef5f396..c31fd460e14 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source "https://rubygems.org" -gem "faraday", "2.14.3" +gem "faraday", "2.14.4" gem "faraday-retry", "2.4.0" gem "github-pages", "~> 232", group: :jekyll_plugins gem "json", "2.21.2" gem "language_server-protocol", "3.17.0.6" gem "nokogiri", "~> 1.19.4" gem "rake", "13.4.2" -gem "rubocop", "1.90.0" +gem "rubocop", "1.91.0" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 2bb528ad3b0..56dbdbe282e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.10.0) - faraday (2.14.3) + faraday (2.14.4) faraday-net_http (>= 2.0, < 3.5) json logger @@ -285,7 +285,7 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - parallel (2.1.0) + parallel (2.2.0) parser (3.3.12.0) ast (~> 2.4.1) racc @@ -308,7 +308,7 @@ GEM io-console (~> 0.5) rexml (3.4.2) rouge (3.30.0) - rubocop (1.90.0) + rubocop (1.91.0) json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -344,9 +344,9 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.2.0) - unicode-emoji (~> 4.1) - unicode-emoji (4.2.0) + unicode-display_width (3.3.0) + unicode-emoji (~> 4.3) + unicode-emoji (4.3.0) uri (1.1.1) webrick (1.9.2) @@ -367,7 +367,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - faraday (= 2.14.3) + faraday (= 2.14.4) faraday-retry (= 2.4.0) fastimage github-pages (~> 232) @@ -379,7 +379,7 @@ DEPENDENCIES octokit pry rake (= 13.4.2) - rubocop (= 1.90.0) + rubocop (= 1.91.0) rubocop-performance safe_yaml webrick