From c340c789510ca63082d98c9e595e3be538720caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:59:15 +0000 Subject: [PATCH 1/2] build(deps-dev): bump rubocop from 1.82.1 to 1.84.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.84.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.82.1...v1.84.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e1ed5f7..c76df08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,10 +54,10 @@ GEM parallel (1.27.0) parallel_tests (5.5.0) parallel - parser (3.3.10.0) + parser (3.3.10.1) ast (~> 2.4.1) racc - prism (1.8.0) + prism (1.9.0) proc_to_ast (0.2.0) parser rouge @@ -92,7 +92,7 @@ GEM binding_of_caller rspec-parameterized-core (>= 2, < 3) rspec-support (3.13.6) - rubocop (1.82.1) + rubocop (1.84.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -100,7 +100,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.48.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.49.0) From 783bc06b9257f99f4ce518310652dc1478120876 Mon Sep 17 00:00:00 2001 From: buty4649 Date: Wed, 4 Feb 2026 19:34:04 +0900 Subject: [PATCH 2/2] rubocop --- spec/support/aruba.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/aruba.rb b/spec/support/aruba.rb index f9555d9..ea15a32 100644 --- a/spec/support/aruba.rb +++ b/spec/support/aruba.rb @@ -14,7 +14,7 @@ def rf_path ../../build/bin/rf ../../build/bin/rf.exe ].map { |path| File.expand_path(path, __dir__) } - .find { |path| File.exist?(path) } + .find { |path| File.exist?(path) } end def run_rf(args, input = nil)