Removes support for Ruby 2.4 as EOL

This commit is contained in:
erwanlr
2020-04-12 18:21:23 +02:00
parent c362527903
commit 57c6c2d471
6 changed files with 23 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
require: rubocop-performance
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Exclude:
- '*.gemspec'
- 'vendor/**/*'