summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bfef2d0..2cfd5d4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,9 +1,9 @@
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.7
Style/StringLiterals:
Enabled: true
- EnforcedStyle: double_quotes
+ EnforcedStyle: single_quotes
Style/StringLiteralsInInterpolation:
Enabled: true