From 68b7e0e9b48472c6fe79c2d6308201af2b9128ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:06:37 +0000 Subject: [PATCH 1/2] Bump rubocop from 1.86.2 to 1.87.0 in the bundler group Bumps the bundler group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.86.2 to 1.87.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.2...v1.87.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 817ba9f..fe57298 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.5) + json (2.19.8) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -246,7 +246,7 @@ GEM rspec-mocks (>= 3.13.0, < 5.0.0) rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) - rubocop (1.86.2) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) From cc72689eee0b005d8a1d10469db112189144d1af Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 4 Jun 2026 17:12:56 +0200 Subject: [PATCH 2/2] Fix RuboCop warning --- .rubocop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 8c7df35..b10b250 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -50,9 +50,6 @@ Capybara/RSpec/NegationMatcherAfterVisit: Capybara/RSpec/PredicateMatcher: Enabled: true -Capybara/RSpec/SpecificFinders: - Enabled: true - Capybara/RSpec/SpecificMatcher: Enabled: true @@ -62,6 +59,9 @@ Capybara/RSpec/VisibilityMatcher: Capybara/SpecificActions: Enabled: true +Capybara/SpecificFinders: + Enabled: true + Metrics: Enabled: false