.rubocop.yml in junction-0.1.0 vs .rubocop.yml in junction-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 3.2 Style/StringLiterals: Enabled: true - EnforcedStyle: double_quotes + EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes