Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-performance from 1.6.1 to 1.7.1 #4173

Merged
merged 1 commit into from
Oct 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down