.rubocop.yml in blacklight-8.3.0 vs .rubocop.yml in blacklight-8.4.0

- old
+ new

@@ -1,10 +1,11 @@ require: - rubocop-capybara - rubocop-rspec - rubocop-rspec_rails - rubocop-rails + - rubocop-factory_bot inherit_from: - .rubocop_todo.yml AllCops: @@ -578,6 +579,8 @@ Rails/WhereMissing: # new in 2.16 Enabled: true Rails/WhereNotWithMultipleConditions: # new in 2.17 Enabled: true Rails/WhereRange: # new in 2.25 + Enabled: true +Gemspec/AddRuntimeDependency: # new in 1.65 Enabled: true