.rubocop.yml in cancancan-squeel-0.1.0 vs .rubocop.yml in cancancan-squeel-0.1.2

- old
+ new

@@ -5,10 +5,10 @@ Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'vendor/bundle/**/*' - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.3 Metrics/LineLength: Max: 100 Style/ClassAndModuleChildren: