.rubocop.yml in humanize-2.5.0 vs .rubocop.yml in humanize-2.5.1

- old
+ new

@@ -1,17 +1,17 @@ AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.4 Style/StringLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/Documentation: Enabled: false -Metrics/LineLength: +Layout/LineLength: Max: 200 Exclude: - lib/humanize/locales/constants/*.rb Metrics/MethodLength: