Bump rubocop-performance from 1.6.1 to 1.7.1
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.6.1 to 1.7.1. - [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.6.1...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
GitHub
parent
9efec56635
commit
d73d9052c8
2
Gemfile
2
Gemfile
@@ -102,7 +102,7 @@ group :development do
|
||||
gem "github_changelog_generator", "~> 1.15.2"
|
||||
gem "mdl", "~> 0.11.0", require: false
|
||||
gem "rubocop", "~> 0.83.0", require: false
|
||||
gem "rubocop-performance", "~> 1.6.1", require: false
|
||||
gem "rubocop-performance", "~> 1.7.1", require: false
|
||||
gem "rubocop-rails", "~> 2.3.2", require: false
|
||||
gem "rubocop-rspec", "~> 1.35.0", require: false
|
||||
gem "rvm1-capistrano3", "~> 1.4.0", require: false
|
||||
|
||||
10
Gemfile.lock
10
Gemfile.lock
@@ -406,10 +406,10 @@ GEM
|
||||
mime-types
|
||||
mimemagic (~> 0.3.0)
|
||||
terrapin (~> 0.6.0)
|
||||
parallel (1.19.1)
|
||||
parallel (1.19.2)
|
||||
paranoia (2.4.2)
|
||||
activerecord (>= 4.0, < 6.1)
|
||||
parser (2.7.1.4)
|
||||
parser (2.7.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.0.0)
|
||||
pg_search (2.3.0)
|
||||
@@ -498,8 +498,8 @@ GEM
|
||||
rexml
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-performance (1.6.1)
|
||||
rubocop (>= 0.71.0)
|
||||
rubocop-performance (1.7.1)
|
||||
rubocop (>= 0.82.0)
|
||||
rubocop-rails (2.3.2)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 0.72.0)
|
||||
@@ -704,7 +704,7 @@ DEPENDENCIES
|
||||
rollbar (~> 3.0.0)
|
||||
rspec-rails (~> 4.0)
|
||||
rubocop (~> 0.83.0)
|
||||
rubocop-performance (~> 1.6.1)
|
||||
rubocop-performance (~> 1.7.1)
|
||||
rubocop-rails (~> 2.3.2)
|
||||
rubocop-rspec (~> 1.35.0)
|
||||
rvm1-capistrano3 (~> 1.4.0)
|
||||
|
||||
Reference in New Issue
Block a user