From 035cfb4a026239f76eb64bd38c8afa9ebd14f933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:10:33 +0000 Subject: [PATCH] Update dependency inspec to v6 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 b88aeb4..7d6d6b0 100644 --- a/chef-linux/Gemfile +++ b/chef-linux/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.1.5' -gem 'inspec', '~> 5' +gem 'inspec', '~> 6' gem 'rubocop', '~> 1.64.0' gem 'highline', '~> 2.1.0' diff --git a/chef-windows/Gemfile b/chef-windows/Gemfile index 9a938b7..fbff3c2 100644 --- a/chef-windows/Gemfile +++ b/chef-windows/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '3.1.6' -gem 'inspec', '~> 5' +gem 'inspec', '~> 6' gem 'rubocop', '~> 1.64.0' gem 'highline', '~> 2.1.0'