From 4d0573ad242f89260fb160b86776e31dd95e947f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:36:13 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [faraday](https://github.com/lostisland/faraday), [json](https://github.com/ruby/json) and [rubocop](https://github.com/rubocop/rubocop). Updates `faraday` from 2.13.4 to 2.14.0 - [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.13.4...v2.14.0) Updates `json` from 2.14.1 to 2.15.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.14.1...v2.15.0) Updates `rubocop` from 1.80.2 to 1.81.1 - [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.80.2...v1.81.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: json dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 6 +++--- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index d2c09deed118..1a418b99b935 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source "https://rubygems.org" -gem "faraday", "2.13.4" +gem "faraday", "2.14.0" gem "faraday-retry", "2.3.2" gem "github-pages", "~> 232", group: :jekyll_plugins -gem "json", "2.14.1" +gem "json", "2.15.0" gem "language_server-protocol", "3.17.0.5" gem "nokogiri", "~> 1.18.10" gem "rake", "13.3.0" -gem "rubocop", "1.80.2" +gem "rubocop", "1.81.1" group :test do gem "fastimage" diff --git a/Gemfile.lock b/Gemfile.lock index 2123789949f8..f509f9329595 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.13.4) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -235,7 +235,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.14.1) + json (2.15.0) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -288,7 +288,7 @@ GEM racc pathutil (0.16.2) forwardable-extended (~> 2.6) - prism (1.4.0) + prism (1.5.1) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -299,10 +299,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.11.2) + regexp_parser (2.11.3) rexml (3.4.2) rouge (3.30.0) - rubocop (1.80.2) + rubocop (1.81.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -310,10 +310,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-performance (1.26.0) @@ -338,9 +338,9 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.5) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.1.0) uri (1.0.3) webrick (1.9.1) @@ -361,19 +361,19 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - faraday (= 2.13.4) + faraday (= 2.14.0) faraday-retry (= 2.3.2) fastimage github-pages (~> 232) httparty - json (= 2.14.1) + json (= 2.15.0) language_server-protocol (= 3.17.0.5) minitest nokogiri (~> 1.18.10) octokit pry rake (= 13.3.0) - rubocop (= 1.80.2) + rubocop (= 1.81.1) rubocop-performance safe_yaml webrick