1
0
Fork 0
mirror of https://gitlab.com/ydkn/capistrano-rails-console.git synced 2023-02-13 20:54:14 -05:00

* 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