.rubocop.yml in unwrappr-0.3.1 vs .rubocop.yml in unwrappr-0.3.2
- old
+ new
@@ -1,9 +1,12 @@
---
AllCops:
- TargetRubyVersion: 2.5.1
+ TargetRubyVersion: 2.5
Exclude:
- 'spike/*.rb'
+
+Gemspec/RequiredRubyVersion:
+ Enabled: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
- 'test/**/*'