Skip to content

Commit 8e540a0

Browse files
build(deps-dev): bump rubocop from 1.75.8 to 1.76.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 to 1.76.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.8...v1.76.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b328c8f commit 8e540a0

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
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 8.0.0'
8686
gem 'rspec-wait'
87-
gem 'rubocop', '~> 1.75.8'
87+
gem 'rubocop', '~> 1.76.0'
8888
gem 'rubocop-capybara'
8989
gem 'rubocop-factory_bot'
9090
gem 'rubocop-rails', '~> 2.32'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,18 +475,18 @@ GEM
475475
activesupport (>= 3.0.0)
476476
mustache (~> 1.0, >= 0.99.4)
477477
rspec (~> 3.0)
478-
rubocop (1.75.8)
478+
rubocop (1.76.0)
479479
json (~> 2.3)
480480
language_server-protocol (~> 3.17.0.2)
481481
lint_roller (~> 1.1.0)
482482
parallel (~> 1.10)
483483
parser (>= 3.3.0.2)
484484
rainbow (>= 2.2.2, < 4.0)
485485
regexp_parser (>= 2.9.3, < 3.0)
486-
rubocop-ast (>= 1.44.0, < 2.0)
486+
rubocop-ast (>= 1.45.0, < 2.0)
487487
ruby-progressbar (~> 1.7)
488488
unicode-display_width (>= 2.4.0, < 4.0)
489-
rubocop-ast (1.44.1)
489+
rubocop-ast (1.45.0)
490490
parser (>= 3.3.7.2)
491491
prism (~> 1.4)
492492
rubocop-capybara (2.22.1)
@@ -678,7 +678,7 @@ DEPENDENCIES
678678
rspec-rails (~> 8.0.0)
679679
rspec-wait
680680
rspec_api_documentation (>= 6.1.0)
681-
rubocop (~> 1.75.8)
681+
rubocop (~> 1.76.0)
682682
rubocop-capybara
683683
rubocop-factory_bot
684684
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)