.rubocop.yml in nulogy_graphql_api-4.2.0 vs .rubocop.yml in nulogy_graphql_api-4.3.0

- old
+ new

@@ -8,15 +8,19 @@ inherit_from: - .rubocop.directories.yml AllCops: NewCops: enable - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.2 Gemspec/DeprecatedAttributeAssignment: Enabled: true +Gemspec/DevelopmentDependencies: + Enabled: true + EnforcedStyle: gemspec + Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/EndAlignment: Enabled: true @@ -138,10 +142,10 @@ Enabled: false RSpec/NotToNot: EnforcedStyle: to_not -RSpec/Rails/InferredSpecType: +RSpecRails/InferredSpecType: Enabled: false Style/AccessorGrouping: Enabled: true