Bump rubocop from 1.31.2 to 1.32.0 (#18193)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.2 to 1.32.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.31.2...v1.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-21 15:24:41 -04:00 committed by GitHub
parent 4f18c65a37
commit 49eb3da8b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -145,7 +145,7 @@ group :development, :test do
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+
gem "rswag-specs", "~> 2.5.1" # RSwag - Swagger-based DSL for rspec & accompanying rake task for generating Swagger files
gem "rubocop", "~> 1.31", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 1.32", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.14", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.15", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 2.12", require: false # Code style checking for RSpec files

View file

@ -745,14 +745,14 @@ GEM
activesupport (>= 3.1, < 7.1)
json-schema (~> 2.2)
railties (>= 3.1, < 7.1)
rubocop (1.31.2)
rubocop (1.32.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
@ -1073,7 +1073,7 @@ DEPENDENCIES
rspec-retry (~> 0.6)
rss (~> 0.2.9)
rswag-specs (~> 2.5.1)
rubocop (~> 1.31)
rubocop (~> 1.32)
rubocop-performance (~> 1.14)
rubocop-rails (~> 2.15)
rubocop-rspec (~> 2.12)

Binary file not shown.

BIN
vendor/cache/rubocop-1.32.0.gem vendored Normal file

Binary file not shown.