.rubocop.yml in alma-0.4.0 vs .rubocop.yml in alma-0.4.1

- old
+ new

@@ -1,9 +1,9 @@ require: - rubocop-rails AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.1 # 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 Exclude: - 'node_modules/**/*'