Bump rubocop-rails from 2.22.2 to 2.23.0

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.22.2 to 2.23.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.22.2...v2.23.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  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-18 09:02:56 +00:00 committed by GitHub
parent 4c6f280755
commit ddf427feb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ group :development, :test do
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.58" gem "rubocop", "~> 1.58"
gem "rubocop-rails", "~> 2.22" gem "rubocop-rails", "~> 2.23"
gem "shoulda-matchers", "~> 5.3" gem "shoulda-matchers", "~> 5.3"
gem "simplecov", require: false gem "simplecov", require: false
gem "simplecov-cobertura", require: false gem "simplecov-cobertura", require: false

View File

@ -291,7 +291,7 @@ GEM
bigdecimal (~> 3.1) bigdecimal (~> 3.1)
openssl (3.2.0) openssl (3.2.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.23.0) parallel (1.24.0)
parser (3.2.2.4) parser (3.2.2.4)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
@ -416,7 +416,7 @@ GEM
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)
parser (>= 3.2.1.0) parser (>= 3.2.1.0)
rubocop-rails (2.22.2) rubocop-rails (2.23.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
@ -572,7 +572,7 @@ DEPENDENCIES
rspec-rails (~> 6.1) rspec-rails (~> 6.1)
rspec-sidekiq (~> 4.1) rspec-sidekiq (~> 4.1)
rubocop (~> 1.58) rubocop (~> 1.58)
rubocop-rails (~> 2.22) rubocop-rails (~> 2.23)
rubyzip (~> 2.3) rubyzip (~> 2.3)
sanitize sanitize
sassc-rails sassc-rails