Skip to content

Commit

Permalink
Update dependency rubocop to '~> 1.59.0'
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent 5081cda commit f0c4598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-linux/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack', '3.0.8'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.58.0'
gem 'rubocop', '~> 1.59.0'
gem 'highline', '~> 2.1.0'

group :integration do
Expand Down
2 changes: 1 addition & 1 deletion chef-windows/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack', '3.0.8'
gem 'inspec', '~> 5'
gem 'rubocop', '~> 1.58.0'
gem 'rubocop', '~> 1.59.0'
gem 'highline', '~> 2.1.0'

group :integration do
Expand Down

0 comments on commit f0c4598

Please sign in to comment.