config/rails.yml in rubocop-govuk-3.17.1 vs config/rails.yml in rubocop-govuk-3.17.2

- old
+ new

@@ -34,10 +34,10 @@ # set of methods this Cop has issues with. For example, we # use 'update_all' in many of our repos, for which there is # no efficient alternative. Instead, we should only enable # this Cop for methods that have a clear alternative. Rails/SkipsModelValidations: - Blacklist: + ForbiddenMethods: - update_attribute # While using has_many/through does have some advantages, # it also requires a significant amount of boilerplate code: #