Skip to content

Commit f5d9831

Browse files
authored
upgrade Rubocop & drop Ruby 2.4.x support (#2190)
* upgrade Rubocop & drop Ruby 2.4 support To use latest Rubocop we need to drop support for Ruby 2.4.x. Also, this change fixes some offenses with auto correction. * next version will be 1.6.0
1 parent 5b4a2dd commit f5d9831

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+375
-617
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AllCops:
22
NewCops: enable
3-
TargetRubyVersion: 2.4
3+
TargetRubyVersion: 2.5
44
SuggestExtensions: false
55
Exclude:
66
- vendor/**/*

0 commit comments

Comments
 (0)