Merge pull request #5719 from consuldemocracy/dependabot/bundler/rubocop-performance-1.22.1
Bump rubocop-performance from 1.21.1 to 1.22.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -101,7 +101,7 @@ group :development do
|
|||||||
gem "rubocop", "~> 1.64.1", require: false
|
gem "rubocop", "~> 1.64.1", require: false
|
||||||
gem "rubocop-capybara", "~> 2.21.0", require: false
|
gem "rubocop-capybara", "~> 2.21.0", require: false
|
||||||
gem "rubocop-factory_bot", "~> 2.26.1", require: false
|
gem "rubocop-factory_bot", "~> 2.26.1", require: false
|
||||||
gem "rubocop-performance", "~> 1.21.1", require: false
|
gem "rubocop-performance", "~> 1.22.1", require: false
|
||||||
gem "rubocop-rails", "~> 2.25.1", require: false
|
gem "rubocop-rails", "~> 2.25.1", require: false
|
||||||
gem "rubocop-rspec", "~> 3.0.1", require: false
|
gem "rubocop-rspec", "~> 3.0.1", require: false
|
||||||
gem "rubocop-rspec_rails", "~> 2.30.0", require: false
|
gem "rubocop-rspec_rails", "~> 2.30.0", require: false
|
||||||
|
|||||||
@@ -555,7 +555,7 @@ GEM
|
|||||||
rubocop (~> 1.41)
|
rubocop (~> 1.41)
|
||||||
rubocop-factory_bot (2.26.1)
|
rubocop-factory_bot (2.26.1)
|
||||||
rubocop (~> 1.61)
|
rubocop (~> 1.61)
|
||||||
rubocop-performance (1.21.1)
|
rubocop-performance (1.22.1)
|
||||||
rubocop (>= 1.48.1, < 2.0)
|
rubocop (>= 1.48.1, < 2.0)
|
||||||
rubocop-ast (>= 1.31.1, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
rubocop-rails (2.25.1)
|
rubocop-rails (2.25.1)
|
||||||
@@ -772,7 +772,7 @@ DEPENDENCIES
|
|||||||
rubocop (~> 1.64.1)
|
rubocop (~> 1.64.1)
|
||||||
rubocop-capybara (~> 2.21.0)
|
rubocop-capybara (~> 2.21.0)
|
||||||
rubocop-factory_bot (~> 2.26.1)
|
rubocop-factory_bot (~> 2.26.1)
|
||||||
rubocop-performance (~> 1.21.1)
|
rubocop-performance (~> 1.22.1)
|
||||||
rubocop-rails (~> 2.25.1)
|
rubocop-rails (~> 2.25.1)
|
||||||
rubocop-rspec (~> 3.0.1)
|
rubocop-rspec (~> 3.0.1)
|
||||||
rubocop-rspec_rails (~> 2.30.0)
|
rubocop-rspec_rails (~> 2.30.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user