Bump rubocop from 1.70.0 to 1.77.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.77.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.70.0...v1.77.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.77.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-02 00:15:55 +00:00 committed by GitHub
parent 661ef20c5f
commit c1dd33975b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 5 deletions

View file

@ -51,7 +51,7 @@ end
group :development, :test, :optional => true do group :development, :test, :optional => true do
gem 'byebug' gem 'byebug'
gem 'rubocop', '~> 1.70' gem 'rubocop', '~> 1.77'
end end
group :test, :optional => true do group :test, :optional => true do

View file

@ -193,6 +193,7 @@ GEM
terrapin (~> 0.6.0) terrapin (~> 0.6.0)
language_server-protocol (3.17.0.5) language_server-protocol (3.17.0.5)
libv8-node (24.1.0.0) libv8-node (24.1.0.0)
lint_roller (1.1.0)
listen (3.9.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
@ -319,14 +320,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0) rspec-support (~> 3.13.0)
rspec-support (3.13.4) rspec-support (3.13.4)
rubocop (1.70.0) rubocop (1.77.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0) regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0) rubocop-ast (>= 1.45.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1) rubocop-ast (1.45.1)
@ -450,7 +452,7 @@ DEPENDENCIES
rails_autolink rails_autolink
rexml rexml
rspec-expectations rspec-expectations
rubocop (~> 1.70) rubocop (~> 1.77)
sanitize (~> 7.0) sanitize (~> 7.0)
simplecov simplecov
solargraph solargraph