From 055cbc37ad7a8bdf19a23dbc20ce8ac1bb50da36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:56:50 +0000 Subject: [PATCH] Update dependency highline to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- chef-linux/Gemfile | 2 +- chef-windows/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chef-linux/Gemfile b/chef-linux/Gemfile index 310354a..02658d8 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -4,7 +4,7 @@ gem 'rake' gem 'rack', '3.2.1' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.64.0' -gem 'highline', '~> 2.1.0' +gem 'highline', '~> 3.1.0' group :integration do gem 'berkshelf' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index b9c9d91..d09c854 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -4,7 +4,7 @@ gem 'rake' gem 'rack', '3.2.1' gem 'inspec', '~> 5' gem 'rubocop', '~> 1.65.0' -gem 'highline', '~> 2.1.0' +gem 'highline', '~> 3.1.0' group :integration do gem 'berkshelf'