Skip to content

Commit 4a22870

Browse files
build(deps-dev): bump rubocop from 1.75.8 to 1.78.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.8 to 1.78.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.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0b5a26 commit 4a22870

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,15 +477,15 @@ GEM
477477
activesupport (>= 3.0.0)
478478
mustache (~> 1.0, >= 0.99.4)
479479
rspec (~> 3.0)
480-
rubocop (1.75.8)
480+
rubocop (1.78.0)
481481
json (~> 2.3)
482482
language_server-protocol (~> 3.17.0.2)
483483
lint_roller (~> 1.1.0)
484484
parallel (~> 1.10)
485485
parser (>= 3.3.0.2)
486486
rainbow (>= 2.2.2, < 4.0)
487487
regexp_parser (>= 2.9.3, < 3.0)
488-
rubocop-ast (>= 1.44.0, < 2.0)
488+
rubocop-ast (>= 1.45.1, < 2.0)
489489
ruby-progressbar (~> 1.7)
490490
unicode-display_width (>= 2.4.0, < 4.0)
491491
rubocop-ast (1.45.1)
@@ -682,7 +682,7 @@ DEPENDENCIES
682682
rspec-rails (~> 8.0.1)
683683
rspec-wait
684684
rspec_api_documentation (>= 6.1.0)
685-
rubocop (~> 1.75.8)
685+
rubocop (~> 1.78.0)
686686
rubocop-capybara
687687
rubocop-factory_bot
688688
rubocop-rails (~> 2.32)

0 commit comments

Comments
 (0)