From df26d543c5a9150e36a0e9066a615946319d46f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:03:16 +0000 Subject: [PATCH 1/2] Build(deps-dev): Bump rubocop-capybara from 2.23.0 to 3.0.0 in /spec Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) from 2.23.0 to 3.0.0. - [Release notes](https://github.com/rubocop/rubocop-capybara/releases) - [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-capybara/compare/v2.23.0...v3.0.0) --- updated-dependencies: - dependency-name: rubocop-capybara dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spec/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 804ef2557c..186966948c 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -5,7 +5,7 @@ GEM bosh-template (2.4.0) semi_semantic (~> 1.2.0) diff-lcs (1.6.2) - json (2.19.9) + json (2.20.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (2.1.0) @@ -43,7 +43,7 @@ GEM rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-capybara (2.23.0) + rubocop-capybara (3.0.0) lint_roller (~> 1.1) rubocop (~> 1.81) rubocop-factory_bot (2.28.0) From cf47b8a0bdff5c4d45668a7bf4f58bdd6b17ed94 Mon Sep 17 00:00:00 2001 From: Philipp Thun Date: Mon, 29 Jun 2026 11:54:52 +0200 Subject: [PATCH 2/2] Remove the deprecated Capybara/ClickLinkOrButtonStyle cop --- spec/.rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/.rubocop.yml b/spec/.rubocop.yml index 422406c250..f6f3c722bd 100644 --- a/spec/.rubocop.yml +++ b/spec/.rubocop.yml @@ -36,8 +36,6 @@ Style/RaiseArgs: #### ENABLED SECTION Bundler/DuplicatedGem: Enabled: true -Capybara/ClickLinkOrButtonStyle: - Enabled: true Capybara/FindAllFirst: Enabled: true Capybara/AssertStyle: