Bump rubocop-performance from 1.12.0 to 1.13.0 (#15885)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-29 21:45:40 +07:00 committed by GitHub
parent ea3d3e9a79
commit a3b7f3c90b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ group :development, :test do
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+
gem "rubocop", "~> 1.24", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.12", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-performance", "~> 1.13", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.13", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 2.7", require: false # Code style checking for RSpec files
gem "sassc-rails", "~> 2.1.2" # Integrate SassC-Ruby into Rails

View file

@ -707,7 +707,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.12.0)
rubocop-performance (1.13.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.13.0)
@ -1029,7 +1029,7 @@ DEPENDENCIES
rspec-retry (~> 0.6)
rss (~> 0.2.9)
rubocop (~> 1.24)
rubocop-performance (~> 1.12)
rubocop-performance (~> 1.13)
rubocop-rails (~> 2.13)
rubocop-rspec (~> 2.7)
ruby-prof (~> 1.4)

Binary file not shown.

Binary file not shown.