* add missing rubocop-performance dependency to gemspec

* set targeted ruby version for rubocop to 2.4
This commit is contained in:
Florian Schwab 2019-08-23 11:05:44 +02:00
parent 9501f25ebe
commit 1fd05219ce
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require:
- rubocop-performance
AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
Naming/FileName:
Exclude:

View File

@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-performance'
end