Skip to content

Commit 9fc7afa

Browse files
build(deps-dev): bump rubocop from 1.63.4 to 1.63.5 (#3789)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.63.5. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.63.4...v1.63.5) --- 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 5829feb commit 9fc7afa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ group :test do
8989
gem 'rspec-its'
9090
gem 'rspec-rails', '~> 6.1.2'
9191
gem 'rspec-wait'
92-
gem 'rubocop', '~> 1.63.4'
92+
gem 'rubocop', '~> 1.63.5'
9393
gem 'rubocop-rails', '~> 2.24'
9494
gem 'rubocop-rspec', '~> 2.26'
9595
gem 'rubocop-sequel', '~> 0.3.4'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ GEM
465465
activesupport (>= 3.0.0)
466466
mustache (~> 1.0, >= 0.99.4)
467467
rspec (~> 3.0)
468-
rubocop (1.63.4)
468+
rubocop (1.63.5)
469469
json (~> 2.3)
470470
language_server-protocol (>= 3.17.0)
471471
parallel (~> 1.10)
@@ -476,8 +476,8 @@ GEM
476476
rubocop-ast (>= 1.31.1, < 2.0)
477477
ruby-progressbar (~> 1.7)
478478
unicode-display_width (>= 2.4.0, < 3.0)
479-
rubocop-ast (1.31.2)
480-
parser (>= 3.3.0.4)
479+
rubocop-ast (1.31.3)
480+
parser (>= 3.3.1.0)
481481
rubocop-capybara (2.20.0)
482482
rubocop (~> 1.41)
483483
rubocop-factory_bot (2.25.1)
@@ -656,7 +656,7 @@ DEPENDENCIES
656656
rspec-rails (~> 6.1.2)
657657
rspec-wait
658658
rspec_api_documentation (>= 6.1.0)
659-
rubocop (~> 1.63.4)
659+
rubocop (~> 1.63.5)
660660
rubocop-rails (~> 2.24)
661661
rubocop-rspec (~> 2.26)
662662
rubocop-sequel (~> 0.3.4)

0 commit comments

Comments
 (0)