.rubocop.yml in cocina-models-0.99.0 vs .rubocop.yml in cocina-models-0.99.1

- old
+ new

@@ -509,5 +509,26 @@ Enabled: true RSpec/ExpectInLet: # new in 2.30 Enabled: true RSpec/UndescriptiveLiteralsDescription: # new in 2.29 Enabled: true + +Gemspec/AddRuntimeDependency: # new in 1.65 + Enabled: true +Lint/DuplicateSetElement: # new in 1.67 + Enabled: true +Lint/UnescapedBracketInRegexp: # new in 1.68 + Enabled: true +Lint/UselessNumericOperation: # new in 1.66 + Enabled: true +Style/AmbiguousEndlessMethodDefinition: # new in 1.68 + Enabled: true +Style/BitwisePredicate: # new in 1.68 + Enabled: true +Style/CombinableDefined: # new in 1.68 + Enabled: true +Style/KeywordArgumentsMerging: # new in 1.68 + Enabled: false +Style/RedundantInterpolationUnfreeze: # new in 1.66 + Enabled: true +Style/SafeNavigationChainLength: # new in 1.68 + Enabled: false