Merge pull request #5384 from consuldemocracy/dependabot/bundler/rubocop-performance-1.20.2

Bump rubocop-performance from 1.19.1 to 1.20.2
This commit is contained in:
Javi Martín
2024-03-23 02:59:08 +01:00
committed by GitHub
3 changed files with 6 additions and 9 deletions

View File

@@ -352,9 +352,6 @@ Performance/EndWith:
Performance/StartWith:
Enabled: true
Performance/StringIdentifierArgument:
Enabled: true
Performance/Sum:
Enabled: true

View File

@@ -107,7 +107,7 @@ group :development do
gem "rubocop", "~> 1.56.4", require: false
gem "rubocop-capybara", "~> 2.20.0", require: false
gem "rubocop-factory_bot", "~> 2.25.1", require: false
gem "rubocop-performance", "~> 1.19.1", require: false
gem "rubocop-performance", "~> 1.20.2", require: false
gem "rubocop-rails", "~> 2.23.1", require: false
gem "rubocop-rspec", "~> 2.27.0", require: false
gem "rvm1-capistrano3", "~> 1.4.0", require: false

View File

@@ -539,15 +539,15 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
@@ -767,7 +767,7 @@ DEPENDENCIES
rubocop (~> 1.56.4)
rubocop-capybara (~> 2.20.0)
rubocop-factory_bot (~> 2.25.1)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23.1)
rubocop-rspec (~> 2.27.0)
rvm1-capistrano3 (~> 1.4.0)