.rubocop.yml in cancancan-squeel-0.1.3 vs .rubocop.yml in cancancan-squeel-0.1.4
- old
+ new
@@ -5,10 +5,10 @@
Include:
- '**/Gemfile'
- '**/Rakefile'
Exclude:
- 'vendor/bundle/**/*'
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.1
Metrics/LineLength:
Max: 100
Style/ClassAndModuleChildren: