.rubocop.yml in jgd-1.11 vs .rubocop.yml in jgd-1.12

- old
+ new

@@ -1,10 +1,11 @@ AllCops: Exclude: - 'bin/**/*' - 'assets/**/*' DisplayCopNames: true + TargetRubyVersion: 2.3 Lint/RescueException: Enabled: false Metrics/MethodLength: Max: 50 @@ -12,7 +13,7 @@ Max: 150 Metrics/AbcSize: Max: 60 Metrics/BlockLength: Max: 50 -Style/MultilineMethodCallIndentation: +Layout/MultilineMethodCallIndentation: Enabled: false