Skip to content

Commit

Permalink
Upgrade rubocop, rubocop-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 9, 2019
1 parent 7ac5c3d commit da26231
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
standard (0.1.0)
rubocop (~> 0.71.0)
rubocop-performance (~> 1.3.0)
rubocop (~> 0.72.0)
rubocop-performance (~> 1.4.0)

GEM
remote: https://rubygems.org/
Expand All @@ -24,15 +24,15 @@ GEM
method_source (~> 0.9.0)
rainbow (3.0.0)
rake (12.3.2)
rubocop (0.71.0)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.3.0)
rubocop (>= 0.68.0)
rubocop-performance (1.4.0)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
docile (~> 1.1)
Expand Down
4 changes: 3 additions & 1 deletion config/base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require: rubocop-performance
require:
- rubocop-performance
- rubocop-rails

AllCops:
# Prevent RuboCop from exploding when it finds an older-than-2.3 .ruby-version
Expand Down
4 changes: 2 additions & 2 deletions standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "~> 0.71.0"
spec.add_dependency "rubocop-performance", "~> 1.3.0"
spec.add_dependency "rubocop", "~> 0.72.0"
spec.add_dependency "rubocop-performance", "~> 1.4.0"

spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "minitest", "~> 5.0"
Expand Down

0 comments on commit da26231

Please sign in to comment.