From 42027e583484e10c98b40cafc5c64f47f6ffd974 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:58:31 +0000 Subject: [PATCH] Update dependency inspec to v7 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 34ec553..11578cb 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.2.5' -gem 'inspec', '~> 5' +gem 'inspec', '~> 7' gem 'rubocop', '~> 1.64.0' gem 'highline', '~> 2.1.0' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index 18e4e8e..c524ed9 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.2.5' -gem 'inspec', '~> 5' +gem 'inspec', '~> 7' gem 'rubocop', '~> 1.65.0' gem 'highline', '~> 2.1.0'