From d63dd98b37e7ab8ba39f37e712dc96c1a1103e0e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 22 Oct 2021 11:52:55 -0700 Subject: [PATCH] Vendor rubocop-1.22.2 upstream configuration. Obvious fix; these changes are the result of automation not creative thinking. --- config/upstream.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/upstream.yml b/config/upstream.yml index b9c4e8b..84b6c85 100644 --- a/config/upstream.yml +++ b/config/upstream.yml @@ -262,7 +262,7 @@ Gemspec/RequiredRubyVersion: Description: 'Checks that `required_ruby_version` of gemspec is specified and equal to `TargetRubyVersion` of .rubocop.yml.' Enabled: true VersionAdded: '0.52' - VersionChanged: '0.89' + VersionChanged: '1.22' Include: - '**/*.gemspec' @@ -2754,10 +2754,9 @@ Security/JSONLoad: Reference: 'https://ruby-doc.org/stdlib-2.7.0/libdoc/json/rdoc/JSON.html#method-i-load' Enabled: true VersionAdded: '0.43' - VersionChanged: '0.44' + VersionChanged: '1.22' # Autocorrect here will change to a method that may cause crashes depending # on the value of the argument. - AutoCorrect: false SafeAutoCorrect: false Security/MarshalLoad: