.rubocop.yml in shoryuken-5.2.3 vs .rubocop.yml in shoryuken-5.3.0

- old
+ new

@@ -21,10 +21,10 @@ Metrics/AbcSize: # Disable "Assignment Branch Condition size for update_attributes is too high" from houndci # because codeclimate already give that for us with more details Enabled: false -Metrics/LineLength: +Layout/LineLength: Max: 125 Style/Alias: Enabled: false