Bump rubocop-performance from 1.4.1 to 1.5.0 (#4286) [ci skip]
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.4.1...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
db351b1d53
commit
2008f5c404
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -130,7 +130,7 @@ group :development, :test do
|
|||
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 0.74", require: false # Automatic Ruby code style checking tool
|
||||
gem "rubocop-performance", "~> 1.4", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
|
||||
gem "rubocop-rails", "~> 2.3", require: false # Automatic Rails code style checking tool
|
||||
gem "rubocop-rspec", "~> 1.35", require: false # Code style checking for RSpec files
|
||||
gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster
|
||||
|
|
|
|||
|
|
@ -533,10 +533,10 @@ GEM
|
|||
rack
|
||||
orm_adapter (0.5.0)
|
||||
os (1.0.1)
|
||||
parallel (1.17.0)
|
||||
parallel (1.18.0)
|
||||
parallel_tests (2.29.2)
|
||||
parallel
|
||||
parser (2.6.4.1)
|
||||
parser (2.6.5.0)
|
||||
ast (~> 2.4.0)
|
||||
pg (1.1.4)
|
||||
pry (0.12.2)
|
||||
|
|
@ -660,7 +660,7 @@ GEM
|
|||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 1.7)
|
||||
rubocop-performance (1.4.1)
|
||||
rubocop-performance (1.5.0)
|
||||
rubocop (>= 0.71.0)
|
||||
rubocop-rails (2.3.2)
|
||||
rack (>= 1.1)
|
||||
|
|
@ -955,7 +955,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 3.8)
|
||||
rspec-retry (~> 0.6)
|
||||
rubocop (~> 0.74)
|
||||
rubocop-performance (~> 1.4)
|
||||
rubocop-performance (~> 1.5)
|
||||
rubocop-rails (~> 2.3)
|
||||
rubocop-rspec (~> 1.35)
|
||||
ruby-prof (~> 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue