Bump rubocop from 1.57.2 to 1.58.0

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.58.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.57.2...v1.58.0)

---
updated-dependencies:
- dependency-name: rubocop
  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] 2023-12-08 22:06:43 +00:00 committed by GitHub
parent 773828a681
commit 3d46ebdc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@ group :development, :test do
gem "rspec-mocks" gem "rspec-mocks"
gem "rspec-rails", "~> 6.1" gem "rspec-rails", "~> 6.1"
gem "rspec-sidekiq", "~> 4.1", require: false gem "rspec-sidekiq", "~> 4.1", require: false
gem "rubocop", "~> 1.57" gem "rubocop", "~> 1.58"
gem "rubocop-rails", "~> 2.22" gem "rubocop-rails", "~> 2.22"
gem "shoulda-matchers", "~> 5.3" gem "shoulda-matchers", "~> 5.3"
gem "simplecov", require: false gem "simplecov", require: false

View File

@ -222,7 +222,7 @@ GEM
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
jsbundling-rails (1.2.1) jsbundling-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
json (2.6.3) json (2.7.1)
json-schema (4.1.1) json-schema (4.1.1)
addressable (>= 2.8) addressable (>= 2.8)
jwt (2.7.1) jwt (2.7.1)
@ -352,7 +352,7 @@ GEM
rake (13.1.0) rake (13.1.0)
redcarpet (3.6.0) redcarpet (3.6.0)
redis (4.8.1) redis (4.8.1)
regexp_parser (2.8.2) regexp_parser (2.8.3)
request_store (1.5.1) request_store (1.5.1)
rack (>= 1.4) rack (>= 1.4)
responders (3.1.1) responders (3.1.1)
@ -401,7 +401,7 @@ GEM
rspec-mocks (~> 3.0) rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8) sidekiq (>= 5, < 8)
rspec-support (3.12.1) rspec-support (3.12.1)
rubocop (1.57.2) rubocop (1.58.0)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -409,7 +409,7 @@ GEM
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0) rubocop-ast (1.30.0)
@ -569,7 +569,7 @@ DEPENDENCIES
rspec-mocks rspec-mocks
rspec-rails (~> 6.1) rspec-rails (~> 6.1)
rspec-sidekiq (~> 4.1) rspec-sidekiq (~> 4.1)
rubocop (~> 1.57) rubocop (~> 1.58)
rubocop-rails (~> 2.22) rubocop-rails (~> 2.22)
rubyzip (~> 2.3) rubyzip (~> 2.3)
sanitize sanitize