From 75e2cc2edb83ba2bddd52abc2ab793081fad900e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:58:04 +0000 Subject: [PATCH] build(deps): bump the per-dependency group across 1 directory with 3 updates Bumps the per-dependency group with 3 updates in the /bindings/ruby directory: [minitest](https://github.com/minitest/minitest), [rubocop](https://github.com/rubocop/rubocop) and [rb_sys](https://github.com/oxidize-rb/rb-sys). Updates `minitest` from 6.0.5 to 6.0.6 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v6.0.5...v6.0.6) Updates `rubocop` from 1.86.1 to 1.88.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.1...v1.88.0) Updates `rb_sys` from 0.9.127 to 0.9.128 - [Release notes](https://github.com/oxidize-rb/rb-sys/releases) - [Commits](https://github.com/oxidize-rb/rb-sys/compare/v0.9.127...v0.9.128) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rb_sys dependency-version: 0.9.128 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency - dependency-name: rubocop dependency-version: 1.86.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: per-dependency ... Signed-off-by: dependabot[bot] --- bindings/ruby/Gemfile | 2 +- bindings/ruby/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bindings/ruby/Gemfile b/bindings/ruby/Gemfile index 67d032c2f..5caab281b 100644 --- a/bindings/ruby/Gemfile +++ b/bindings/ruby/Gemfile @@ -11,6 +11,6 @@ gem "minitest", "~> 6.0" gem "rake", "~> 13.4" gem "rake-compiler", "~> 1.3" gem "rake-compiler-dock", "~> 1.12" -gem "rubocop", "~> 1.86", require: false +gem "rubocop", "~> 1.88", require: false gem "rubocop-minitest", "~> 0.39.1", require: false gem "rubocop-rake", "~> 0.7.1", require: false diff --git a/bindings/ruby/Gemfile.lock b/bindings/ruby/Gemfile.lock index 90484eef5..816707748 100644 --- a/bindings/ruby/Gemfile.lock +++ b/bindings/ruby/Gemfile.lock @@ -9,10 +9,10 @@ GEM specs: ast (2.4.3) drb (2.2.3) - json (2.19.4) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) - minitest (6.0.5) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) parallel (2.1.0) @@ -26,10 +26,10 @@ GEM rake-compiler (1.3.1) rake rake-compiler-dock (1.12.0) - rb_sys (0.9.127) + rb_sys (0.9.128) rake-compiler-dock (= 1.12.0) regexp_parser (2.12.0) - rubocop (1.86.1) + rubocop (1.88.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -65,7 +65,7 @@ DEPENDENCIES rake-compiler (~> 1.3) rake-compiler-dock (~> 1.12) regorusrb! - rubocop (~> 1.86) + rubocop (~> 1.88) rubocop-minitest (~> 0.39.1) rubocop-rake (~> 0.7.1)