Skip to content

Commit 20c258f

Browse files
Build(deps-dev): Bump rubocop-capybara from 2.23.0 to 3.0.0 in /spec (#664)
* 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](rubocop/rubocop-capybara@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] <support@github.com> * Remove the deprecated Capybara/ClickLinkOrButtonStyle cop --------- 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 b09d2d9 commit 20c258f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

spec/.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Style/RaiseArgs:
3636
#### ENABLED SECTION
3737
Bundler/DuplicatedGem:
3838
Enabled: true
39-
Capybara/ClickLinkOrButtonStyle:
40-
Enabled: true
4139
Capybara/FindAllFirst:
4240
Enabled: true
4341
Capybara/AssertStyle:

spec/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
bosh-template (2.4.0)
66
semi_semantic (~> 1.2.0)
77
diff-lcs (1.6.2)
8-
json (2.19.9)
8+
json (2.20.0)
99
language_server-protocol (3.17.0.5)
1010
lint_roller (1.1.0)
1111
parallel (2.1.0)
@@ -43,7 +43,7 @@ GEM
4343
rubocop-ast (1.49.1)
4444
parser (>= 3.3.7.2)
4545
prism (~> 1.7)
46-
rubocop-capybara (2.23.0)
46+
rubocop-capybara (3.0.0)
4747
lint_roller (~> 1.1)
4848
rubocop (~> 1.81)
4949
rubocop-factory_bot (2.28.0)

0 commit comments

Comments
 (0)