Skip to content

Commit

Permalink
Merge pull request #917 from chef/1.22.2
Browse files Browse the repository at this point in the history
Update RuboCop to 1.22.2
  • Loading branch information
tas50 authored Oct 22, 2021
2 parents cd84217 + 6609c19 commit 6b8d325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions config/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "7.25.7" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.22.1'
RUBOCOP_VERSION = '1.22.2'
end

0 comments on commit 6b8d325

Please sign in to comment.