Skip to content

Commit 0e617c2

Browse files
build(deps-dev): bump rubocop from 1.71.0 to 1.71.1 (#4197)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.0 to 1.71.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.0...v1.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06ccba3 commit 0e617c2

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
@@ -83,7 +83,7 @@ group :test do
8383
gem 'rspec-its'
8484
gem 'rspec-rails', '~> 7.1.0'
8585
gem 'rspec-wait'
86-
gem 'rubocop', '~> 1.71.0'
86+
gem 'rubocop', '~> 1.71.1'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
8989
gem 'rubocop-rails', '~> 2.29'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,14 @@ GEM
462462
activesupport (>= 3.0.0)
463463
mustache (~> 1.0, >= 0.99.4)
464464
rspec (~> 3.0)
465-
rubocop (1.71.0)
465+
rubocop (1.71.1)
466466
json (~> 2.3)
467467
language_server-protocol (>= 3.17.0)
468468
parallel (~> 1.10)
469469
parser (>= 3.3.0.2)
470470
rainbow (>= 2.2.2, < 4.0)
471471
regexp_parser (>= 2.9.3, < 3.0)
472-
rubocop-ast (>= 1.36.2, < 2.0)
472+
rubocop-ast (>= 1.38.0, < 2.0)
473473
ruby-progressbar (~> 1.7)
474474
unicode-display_width (>= 2.4.0, < 4.0)
475475
rubocop-ast (1.38.0)
@@ -653,7 +653,7 @@ DEPENDENCIES
653653
rspec-rails (~> 7.1.0)
654654
rspec-wait
655655
rspec_api_documentation (>= 6.1.0)
656-
rubocop (~> 1.71.0)
656+
rubocop (~> 1.71.1)
657657
rubocop-capybara
658658
rubocop-factory_bot
659659
rubocop-rails (~> 2.29)

0 commit comments

Comments
 (0)