Skip to content

Commit

Permalink
Merge pull request #151 from chef/1.22.3
Browse files Browse the repository at this point in the history
Update RuboCop to 1.22.3
  • Loading branch information
tas50 committed Oct 27, 2021
2 parents c2d4081 + 3a96923 commit 38fce59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/upstream.yml
Expand Up @@ -1568,6 +1568,7 @@ Lint/DeprecatedConstants:
Description: 'Checks for deprecated constants.'
Enabled: pending
VersionAdded: '1.8'
VersionChanged: '1.22'
# You can configure deprecated constants.
# If there is an alternative method, you can set alternative value as `Alternative`.
# And you can set the deprecated version as `DeprecatedVersion`.
Expand All @@ -1588,6 +1589,9 @@ Lint/DeprecatedConstants:
'FALSE':
Alternative: 'false'
DeprecatedVersion: '2.4'
'Net::HTTPServerException':
Alternative: 'Net::HTTPClientException'
DeprecatedVersion: '2.6'
'Random::DEFAULT':
Alternative: 'Random.new'
DeprecatedVersion: '3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "2.1.1"
RUBOCOP_VERSION = "1.22.2"
RUBOCOP_VERSION = "1.22.3"
end

0 comments on commit 38fce59

Please sign in to comment.