Bump rubocop from 1.32.0 to 1.33.0 (#18276)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.32.0 to 1.33.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.32.0...v1.33.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:
parent
660e87e5cb
commit
bfbb472b19
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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.32", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop", "~> 1.33", 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
|
||||
|
|
|
|||
|
|
@ -745,7 +745,7 @@ GEM
|
|||
activesupport (>= 3.1, < 7.1)
|
||||
json-schema (~> 2.2)
|
||||
railties (>= 3.1, < 7.1)
|
||||
rubocop (1.32.0)
|
||||
rubocop (1.33.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
|
|
@ -1073,7 +1073,7 @@ DEPENDENCIES
|
|||
rspec-retry (~> 0.6)
|
||||
rss (~> 0.2.9)
|
||||
rswag-specs (~> 2.5.1)
|
||||
rubocop (~> 1.32)
|
||||
rubocop (~> 1.33)
|
||||
rubocop-performance (~> 1.14)
|
||||
rubocop-rails (~> 2.15)
|
||||
rubocop-rspec (~> 2.12)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-1.32.0.gem
vendored
BIN
vendor/cache/rubocop-1.32.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-1.33.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-1.33.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue