Merge pull request #4173 from consul/dependabot/bundler/rubocop-performance-1.7.1
Bump rubocop-performance from 1.6.1 to 1.7.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -102,7 +102,7 @@ group :development do
|
|||||||
gem "github_changelog_generator", "~> 1.15.2"
|
gem "github_changelog_generator", "~> 1.15.2"
|
||||||
gem "mdl", "~> 0.11.0", require: false
|
gem "mdl", "~> 0.11.0", require: false
|
||||||
gem "rubocop", "~> 0.83.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-rails", "~> 2.3.2", require: false
|
||||||
gem "rubocop-rspec", "~> 1.35.0", require: false
|
gem "rubocop-rspec", "~> 1.35.0", require: false
|
||||||
gem "rvm1-capistrano3", "~> 1.4.0", require: false
|
gem "rvm1-capistrano3", "~> 1.4.0", require: false
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -406,10 +406,10 @@ GEM
|
|||||||
mime-types
|
mime-types
|
||||||
mimemagic (~> 0.3.0)
|
mimemagic (~> 0.3.0)
|
||||||
terrapin (~> 0.6.0)
|
terrapin (~> 0.6.0)
|
||||||
parallel (1.19.1)
|
parallel (1.19.2)
|
||||||
paranoia (2.4.2)
|
paranoia (2.4.2)
|
||||||
activerecord (>= 4.0, < 6.1)
|
activerecord (>= 4.0, < 6.1)
|
||||||
parser (2.7.1.4)
|
parser (2.7.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.0.0)
|
pg (1.0.0)
|
||||||
pg_search (2.3.0)
|
pg_search (2.3.0)
|
||||||
@@ -498,8 +498,8 @@ GEM
|
|||||||
rexml
|
rexml
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-performance (1.6.1)
|
rubocop-performance (1.7.1)
|
||||||
rubocop (>= 0.71.0)
|
rubocop (>= 0.82.0)
|
||||||
rubocop-rails (2.3.2)
|
rubocop-rails (2.3.2)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 0.72.0)
|
rubocop (>= 0.72.0)
|
||||||
@@ -704,7 +704,7 @@ DEPENDENCIES
|
|||||||
rollbar (~> 3.0.0)
|
rollbar (~> 3.0.0)
|
||||||
rspec-rails (~> 4.0)
|
rspec-rails (~> 4.0)
|
||||||
rubocop (~> 0.83.0)
|
rubocop (~> 0.83.0)
|
||||||
rubocop-performance (~> 1.6.1)
|
rubocop-performance (~> 1.7.1)
|
||||||
rubocop-rails (~> 2.3.2)
|
rubocop-rails (~> 2.3.2)
|
||||||
rubocop-rspec (~> 1.35.0)
|
rubocop-rspec (~> 1.35.0)
|
||||||
rvm1-capistrano3 (~> 1.4.0)
|
rvm1-capistrano3 (~> 1.4.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user