Skip to content

Commit

Permalink
Bump rubocop-performance from 1.6.1 to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Oct 11, 2020
1 parent 9efec56 commit d73d905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit d73d905

Please sign in to comment.