Bump rubocop from 1.64.1 to 1.65.1

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.1.
- [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.64.1...v1.65.1)

---
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] 2024-08-05 20:54:03 +00:00 committed by GitHub
parent f4b9870721
commit 5c3cd002d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ group :development, :test do
gem "rspec-mocks" gem "rspec-mocks"
gem "rspec-rails", "~> 6.1" gem "rspec-rails", "~> 6.1"
gem "rspec-sidekiq", "~> 5.0", require: false gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.64" gem "rubocop", "~> 1.65"
gem "rubocop-rails", "~> 2.25" gem "rubocop-rails", "~> 2.25"
gem "shoulda-matchers", "~> 6.2" gem "shoulda-matchers", "~> 6.2"
gem "simplecov", require: false gem "simplecov", require: false

View File

@ -300,7 +300,7 @@ GEM
openssl (3.2.0) openssl (3.2.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.25.1) parallel (1.25.1)
parser (3.3.3.0) parser (3.3.4.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pg (1.5.6) pg (1.5.6)
@ -369,7 +369,7 @@ GEM
responders (3.1.1) responders (3.1.1)
actionpack (>= 5.2) actionpack (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
rexml (3.3.1) rexml (3.3.4)
strscan strscan
rolify (6.0.1) rolify (6.0.1)
rotp (6.3.0) rotp (6.3.0)
@ -413,18 +413,18 @@ GEM
rspec-mocks (~> 3.0) rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8) sidekiq (>= 5, < 8)
rspec-support (3.13.1) rspec-support (3.13.1)
rubocop (1.64.1) rubocop (1.65.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.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 (>= 1.8, < 3.0) regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 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.31.3) rubocop-ast (1.32.0)
parser (>= 3.3.1.0) parser (>= 3.3.1.0)
rubocop-rails (2.25.1) rubocop-rails (2.25.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -593,7 +593,7 @@ DEPENDENCIES
rspec-mocks rspec-mocks
rspec-rails (~> 6.1) rspec-rails (~> 6.1)
rspec-sidekiq (~> 5.0) rspec-sidekiq (~> 5.0)
rubocop (~> 1.64) rubocop (~> 1.65)
rubocop-rails (~> 2.25) rubocop-rails (~> 2.25)
rubyzip (~> 2.3) rubyzip (~> 2.3)
sanitize sanitize