Skip to content

Commit 39939a5

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.65.1'
88+
gem 'rubocop', '~> 1.66.0'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
9191
gem 'rubocop-rails', '~> 2.26'

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,15 +469,14 @@ GEM
469469
activesupport (>= 3.0.0)
470470
mustache (~> 1.0, >= 0.99.4)
471471
rspec (~> 3.0)
472-
rubocop (1.65.1)
472+
rubocop (1.66.0)
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-
rexml (>= 3.2.5, < 4.0)
480-
rubocop-ast (>= 1.31.1, < 2.0)
479+
rubocop-ast (>= 1.32.1, < 2.0)
481480
ruby-progressbar (~> 1.7)
482481
unicode-display_width (>= 2.4.0, < 3.0)
483482
rubocop-ast (1.32.1)
@@ -657,7 +656,7 @@ DEPENDENCIES
657656
rspec-rails (~> 6.1.4)
658657
rspec-wait
659658
rspec_api_documentation (>= 6.1.0)
660-
rubocop (~> 1.65.1)
659+
rubocop (~> 1.66.0)
661660
rubocop-capybara
662661
rubocop-factory_bot
663662
rubocop-rails (~> 2.26)

0 commit comments

Comments
 (0)