From 5b6e657e87f2277abfb30a3664cfca8aec0d4e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:13:24 -0500 Subject: [PATCH] build(deps): bump the per-dependency group across 1 directory with 2 updates (#767) Bumps the per-dependency group with 2 updates in the /bindings/ruby directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop` from 1.88.0 to 1.88.2 - [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.88.0...v1.88.2) Updates `rubocop-minitest` from 0.39.1 to 0.40.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.39.1...v0.40.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop-minitest dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: per-dependency ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bindings/ruby/Gemfile | 2 +- bindings/ruby/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bindings/ruby/Gemfile b/bindings/ruby/Gemfile index 5caab28..66342a2 100644 --- a/bindings/ruby/Gemfile +++ b/bindings/ruby/Gemfile @@ -12,5 +12,5 @@ gem "rake", "~> 13.4" gem "rake-compiler", "~> 1.3" gem "rake-compiler-dock", "~> 1.12" gem "rubocop", "~> 1.88", require: false -gem "rubocop-minitest", "~> 0.39.1", require: false +gem "rubocop-minitest", "~> 0.40.0", require: false gem "rubocop-rake", "~> 0.7.1", require: false diff --git a/bindings/ruby/Gemfile.lock b/bindings/ruby/Gemfile.lock index 8167077..4af1e54 100644 --- a/bindings/ruby/Gemfile.lock +++ b/bindings/ruby/Gemfile.lock @@ -9,14 +9,14 @@ GEM specs: ast (2.4.3) drb (2.2.3) - json (2.20.0) - language_server-protocol (3.17.0.5) + json (2.21.1) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) @@ -29,7 +29,7 @@ GEM rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) regexp_parser (2.12.0) - rubocop (1.88.0) + rubocop (1.88.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -40,10 +40,10 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-minitest (0.39.1) + rubocop-minitest (0.40.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) @@ -66,7 +66,7 @@ DEPENDENCIES rake-compiler-dock (~> 1.12) regorusrb! rubocop (~> 1.88) - rubocop-minitest (~> 0.39.1) + rubocop-minitest (~> 0.40.0) rubocop-rake (~> 0.7.1) BUNDLED WITH