Merge pull request #6090 from consuldemocracy/dependabot/bundler/rubocop-performance-1.26.0
Bump rubocop-performance from 1.23.1 to 1.26.1
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
plugins:
|
plugins:
|
||||||
- rubocop-capybara
|
- rubocop-capybara
|
||||||
- rubocop-factory_bot
|
- rubocop-factory_bot
|
||||||
|
- rubocop-performance
|
||||||
- rubocop-rspec
|
- rubocop-rspec
|
||||||
require:
|
require:
|
||||||
- rubocop-performance
|
|
||||||
- rubocop-rails
|
- rubocop-rails
|
||||||
- rubocop-rspec_rails
|
- rubocop-rspec_rails
|
||||||
|
|
||||||
@@ -386,6 +386,9 @@ Performance/StartWith:
|
|||||||
Performance/Sum:
|
Performance/Sum:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Performance/ZipWithoutBlock:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Rails/ActionControllerFlashBeforeRender:
|
Rails/ActionControllerFlashBeforeRender:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -106,7 +106,7 @@ group :development do
|
|||||||
gem "rubocop", "~> 1.76.1", require: false
|
gem "rubocop", "~> 1.76.1", require: false
|
||||||
gem "rubocop-capybara", "~> 2.22.1", require: false
|
gem "rubocop-capybara", "~> 2.22.1", require: false
|
||||||
gem "rubocop-factory_bot", "~> 2.27.1", require: false
|
gem "rubocop-factory_bot", "~> 2.27.1", require: false
|
||||||
gem "rubocop-performance", "~> 1.23.1", require: false
|
gem "rubocop-performance", "~> 1.26.1", require: false
|
||||||
gem "rubocop-rails", "~> 2.29.1", require: false
|
gem "rubocop-rails", "~> 2.29.1", require: false
|
||||||
gem "rubocop-rspec", "~> 3.7.0", require: false
|
gem "rubocop-rspec", "~> 3.7.0", require: false
|
||||||
gem "rubocop-rspec_rails", "~> 2.30.0", require: false
|
gem "rubocop-rspec_rails", "~> 2.30.0", require: false
|
||||||
|
|||||||
@@ -645,9 +645,10 @@ GEM
|
|||||||
rubocop-factory_bot (2.27.1)
|
rubocop-factory_bot (2.27.1)
|
||||||
lint_roller (~> 1.1)
|
lint_roller (~> 1.1)
|
||||||
rubocop (~> 1.72, >= 1.72.1)
|
rubocop (~> 1.72, >= 1.72.1)
|
||||||
rubocop-performance (1.23.1)
|
rubocop-performance (1.26.1)
|
||||||
rubocop (>= 1.48.1, < 2.0)
|
lint_roller (~> 1.1)
|
||||||
rubocop-ast (>= 1.31.1, < 2.0)
|
rubocop (>= 1.75.0, < 2.0)
|
||||||
|
rubocop-ast (>= 1.47.1, < 2.0)
|
||||||
rubocop-rails (2.29.1)
|
rubocop-rails (2.29.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
@@ -889,7 +890,7 @@ DEPENDENCIES
|
|||||||
rubocop (~> 1.76.1)
|
rubocop (~> 1.76.1)
|
||||||
rubocop-capybara (~> 2.22.1)
|
rubocop-capybara (~> 2.22.1)
|
||||||
rubocop-factory_bot (~> 2.27.1)
|
rubocop-factory_bot (~> 2.27.1)
|
||||||
rubocop-performance (~> 1.23.1)
|
rubocop-performance (~> 1.26.1)
|
||||||
rubocop-rails (~> 2.29.1)
|
rubocop-rails (~> 2.29.1)
|
||||||
rubocop-rspec (~> 3.7.0)
|
rubocop-rspec (~> 3.7.0)
|
||||||
rubocop-rspec_rails (~> 2.30.0)
|
rubocop-rspec_rails (~> 2.30.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user