diff --git a/chef-linux/Gemfile b/chef-linux/Gemfile index f951d47..a098bbd 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.0.8' gem 'inspec', '~> 5' -gem 'rubocop', '~> 1.57.0' +gem 'rubocop', '~> 1.58.0' gem 'highline', '~> 2.1.0' group :integration do diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index f951d47..a098bbd 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.0.8' gem 'inspec', '~> 5' -gem 'rubocop', '~> 1.57.0' +gem 'rubocop', '~> 1.58.0' gem 'highline', '~> 2.1.0' group :integration do