Skip to content

Commit 38fce59

Browse files
authored
Merge pull request #151 from chef/1.22.3
Update RuboCop to 1.22.3
2 parents c2d4081 + 3a96923 commit 38fce59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/upstream.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ Lint/DeprecatedConstants:
15681568
Description: 'Checks for deprecated constants.'
15691569
Enabled: pending
15701570
VersionAdded: '1.8'
1571+
VersionChanged: '1.22'
15711572
# You can configure deprecated constants.
15721573
# If there is an alternative method, you can set alternative value as `Alternative`.
15731574
# And you can set the deprecated version as `DeprecatedVersion`.
@@ -1588,6 +1589,9 @@ Lint/DeprecatedConstants:
15881589
'FALSE':
15891590
Alternative: 'false'
15901591
DeprecatedVersion: '2.4'
1592+
'Net::HTTPServerException':
1593+
Alternative: 'Net::HTTPClientException'
1594+
DeprecatedVersion: '2.6'
15911595
'Random::DEFAULT':
15921596
Alternative: 'Random.new'
15931597
DeprecatedVersion: '3.0'

lib/chefstyle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Chefstyle
33
VERSION = "2.1.1"
4-
RUBOCOP_VERSION = "1.22.2"
4+
RUBOCOP_VERSION = "1.22.3"
55
end

0 commit comments

Comments
 (0)