Skip to content

Commit 23e5f86

Browse files
Update dependency rubocop to '~> 1.67.0'
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0120147 commit 23e5f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chef-linux/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake'
44
gem 'rack', '3.1.5'
55
gem 'inspec', '~> 5'
6-
gem 'rubocop', '~> 1.64.0'
6+
gem 'rubocop', '~> 1.67.0'
77
gem 'highline', '~> 2.1.0'
88

99
group :integration do

chef-windows/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake'
44
gem 'rack', '3.1.6'
55
gem 'inspec', '~> 5'
6-
gem 'rubocop', '~> 1.65.0'
6+
gem 'rubocop', '~> 1.67.0'
77
gem 'highline', '~> 2.1.0'
88

99
group :integration do

0 commit comments

Comments
 (0)