Skip to content

Commit 3d179c3

Browse files
build(deps-dev): bump rubocop-capybara from 2.22.1 to 2.23.0 (#5071)
* build(deps-dev): bump rubocop-capybara from 2.22.1 to 2.23.0 Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) from 2.22.1 to 2.23.0. - [Release notes](https://github.com/rubocop/rubocop-capybara/releases) - [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md) - [Commits](rubocop/rubocop-capybara@v2.22.1...v2.23.0) --- updated-dependencies: - dependency-name: rubocop-capybara dependency-version: 2.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update rubocop-capybara cop names for v2.23.0 Capybara/NegationMatcher, NegationMatcherAfterVisit, and SpecificMatcher moved to Capybara/RSpec/ namespace. Capybara/MatchStyle split into Capybara/AssertStyle and Capybara/RSpec/MatchStyle. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Thun <philipp.thun@sap.com>
1 parent 01b02ee commit 3d179c3

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.rubocop_cc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,13 @@ Capybara/ClickLinkOrButtonStyle:
124124
Enabled: true
125125
Capybara/FindAllFirst:
126126
Enabled: true
127-
Capybara/MatchStyle:
127+
Capybara/AssertStyle:
128128
Enabled: true
129-
Capybara/NegationMatcher:
129+
Capybara/RSpec/MatchStyle:
130130
Enabled: true
131-
Capybara/NegationMatcherAfterVisit:
131+
Capybara/RSpec/NegationMatcher:
132+
Enabled: true
133+
Capybara/RSpec/NegationMatcherAfterVisit:
132134
Enabled: true
133135
Capybara/RedundantWithinFind:
134136
Enabled: true
@@ -140,7 +142,7 @@ Capybara/SpecificActions:
140142
Enabled: true
141143
Capybara/SpecificFinders:
142144
Enabled: true
143-
Capybara/SpecificMatcher:
145+
Capybara/RSpec/SpecificMatcher:
144146
Enabled: true
145147
FactoryBot/AssociationStyle:
146148
Enabled: true

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,9 @@ GEM
476476
rubocop-ast (1.49.1)
477477
parser (>= 3.3.7.2)
478478
prism (~> 1.7)
479-
rubocop-capybara (2.22.1)
479+
rubocop-capybara (2.23.0)
480480
lint_roller (~> 1.1)
481-
rubocop (~> 1.72, >= 1.72.1)
481+
rubocop (~> 1.81)
482482
rubocop-factory_bot (2.28.0)
483483
lint_roller (~> 1.1)
484484
rubocop (~> 1.72, >= 1.72.1)

0 commit comments

Comments
 (0)