Skip to content

Commit c343748

Browse files
build(deps-dev): bump rubocop from 1.66.0 to 1.66.1 (#3950)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.0 to 1.66.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.0...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8200f4c commit c343748

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rspec-its'
8686
gem 'rspec-rails', '~> 6.1.4'
8787
gem 'rspec-wait'
88-
gem 'rubocop', '~> 1.66.0'
88+
gem 'rubocop', '~> 1.66.1'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
9191
gem 'rubocop-rails', '~> 2.26'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ GEM
359359
parallel (1.26.3)
360360
parallel_tests (4.7.1)
361361
parallel
362-
parser (3.3.4.2)
362+
parser (3.3.5.0)
363363
ast (~> 2.4.1)
364364
racc
365365
pg (1.5.7)
@@ -469,17 +469,17 @@ GEM
469469
activesupport (>= 3.0.0)
470470
mustache (~> 1.0, >= 0.99.4)
471471
rspec (~> 3.0)
472-
rubocop (1.66.0)
472+
rubocop (1.66.1)
473473
json (~> 2.3)
474474
language_server-protocol (>= 3.17.0)
475475
parallel (~> 1.10)
476476
parser (>= 3.3.0.2)
477477
rainbow (>= 2.2.2, < 4.0)
478478
regexp_parser (>= 2.4, < 3.0)
479-
rubocop-ast (>= 1.32.1, < 2.0)
479+
rubocop-ast (>= 1.32.2, < 2.0)
480480
ruby-progressbar (~> 1.7)
481481
unicode-display_width (>= 2.4.0, < 3.0)
482-
rubocop-ast (1.32.1)
482+
rubocop-ast (1.32.2)
483483
parser (>= 3.3.1.0)
484484
rubocop-capybara (2.21.0)
485485
rubocop (~> 1.41)
@@ -656,7 +656,7 @@ DEPENDENCIES
656656
rspec-rails (~> 6.1.4)
657657
rspec-wait
658658
rspec_api_documentation (>= 6.1.0)
659-
rubocop (~> 1.66.0)
659+
rubocop (~> 1.66.1)
660660
rubocop-capybara
661661
rubocop-factory_bot
662662
rubocop-rails (~> 2.26)

0 commit comments

Comments
 (0)