.rubocop.yml in gerrit2jiracomment-0.2.7 vs .rubocop.yml in gerrit2jiracomment-0.2.9

- old
+ new

@@ -1,4 +1,6 @@ AllCops: TargetRubyVersion: 2.5 Metrics/BlockLength: ExcludedMethods: ['describe'] +Style/StringLiterals: + EnforcedStyle: double_quotes