diff --git a/chef-linux/Gemfile b/chef-linux/Gemfile index 9a8d95b..52f7200 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -4,7 +4,7 @@ gem 'rake' gem 'rack', '3.0.10' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.63.0' -gem 'highline', '~> 2.1.0' +gem 'highline', '~> 3.0.0' group :integration do gem 'berkshelf' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index 9a8d95b..52f7200 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -4,7 +4,7 @@ gem 'rake' gem 'rack', '3.0.10' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.63.0' -gem 'highline', '~> 2.1.0' +gem 'highline', '~> 3.0.0' group :integration do gem 'berkshelf'