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:
parent
ea3d3e9a79
commit
a3b7f3c90b
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
BIN
vendor/cache/rubocop-performance-1.12.0.gem
vendored
BIN
vendor/cache/rubocop-performance-1.12.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rubocop-performance-1.13.0.gem
vendored
Normal file
BIN
vendor/cache/rubocop-performance-1.13.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue