.rubocop.yml in neetob-0.1.4 vs .rubocop.yml in neetob-0.1.5
- old
+ new
@@ -1,7 +1,7 @@
# cspell:Disable
AllCops:
- TargetRubyVersion: 3.0.4
+ TargetRubyVersion: 3.1.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
# From time to time rubocop adds new cops to say rails etc.
# So rather than disabling them it's better to enable them,