.rubocop.yml in arxutils_sqlite3-0.1.49 vs .rubocop.yml in arxutils_sqlite3-0.1.50

- old
+ new

@@ -3,11 +3,11 @@ require: - rubocop-rake - rubocop-rspec AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.6 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes @@ -15,6 +15,7 @@ Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: - Max: 120 + # Max: 120 + Max: 145