.rubocop.yml in kraps-0.9.0 vs .rubocop.yml in kraps-0.10.0

- old
+ new

@@ -52,9 +52,12 @@ Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes +Style/RedundantSelfAssignment: + Enabled: false + Layout/LineLength: Max: 250 Style/FrozenStringLiteralComment: EnforcedStyle: never