Skip to content

Commit ef8a60b

Browse files
Bump rubocop-capybara from 2.20.0 to 2.21.0
Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) from 2.20.0 to 2.21.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.20.0...v2.21.0) --- updated-dependencies: - dependency-name: rubocop-capybara dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 455ba60 commit ef8a60b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :development do
6262
gem 'rails_best_practices', '~> 1.20'
6363
gem 'reek', '~> 6.3'
6464
gem 'rubocop', '~> 1.64', require: false
65-
gem 'rubocop-capybara', '~> 2.20'
65+
gem 'rubocop-capybara', '~> 2.21'
6666
gem 'rubocop-factory_bot', '~> 2.26', require: false
6767
gem 'rubocop-performance', '~> 1.21', require: false
6868
gem 'rubocop-rails', '~> 2.25', require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ GEM
460460
responders (3.1.1)
461461
actionpack (>= 5.2)
462462
railties (>= 5.2)
463-
rexml (3.2.9)
463+
rexml (3.3.0)
464464
strscan
465465
rouge (4.2.0)
466466
rspec-core (3.13.0)
@@ -503,7 +503,7 @@ GEM
503503
unicode-display_width (>= 2.4.0, < 3.0)
504504
rubocop-ast (1.31.3)
505505
parser (>= 3.3.1.0)
506-
rubocop-capybara (2.20.0)
506+
rubocop-capybara (2.21.0)
507507
rubocop (~> 1.41)
508508
rubocop-factory_bot (2.26.0)
509509
rubocop (~> 1.41)
@@ -650,7 +650,7 @@ DEPENDENCIES
650650
rswag-api (~> 2.13.0)
651651
rswag-ui (~> 2.13.0)
652652
rubocop (~> 1.64)
653-
rubocop-capybara (~> 2.20)
653+
rubocop-capybara (~> 2.21)
654654
rubocop-factory_bot (~> 2.26)
655655
rubocop-performance (~> 1.21)
656656
rubocop-rails (~> 2.25)

0 commit comments

Comments
 (0)