.rubocop.yml in onebox-1.8.27 vs .rubocop.yml in onebox-1.8.28

- old
+ new

@@ -1,11 +1,11 @@ AllCops: TargetRubyVersion: 2.2 DisabledByDefault: true - Includes: + Include: - '**/*.gemspec' - '**/Rakefile' - Excludes: [] + Exclude: [] # Prefer &&/|| over and/or. Style/AndOr: Enabled: true