.rubocop.yml in convox_installer-2.0.0 vs .rubocop.yml in convox_installer-3.0.0

- old
+ new

@@ -6,10 +6,10 @@ Style/MixinUsage: Exclude: - examples/**/* -Metrics/LineLength: +Layout/LineLength: Max: 100 Style/StringLiterals: EnforcedStyle: single_quotes