From b44565240853c47ab15bbedbd63a033efae435a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:24:31 +0000 Subject: [PATCH] Update dependency inspec to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 674c090..1f0f7b4 100644 --- a/Gemfile +++ b/Gemfile @@ -22,5 +22,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Dependencies -gem "inspec", "5.22.3" # '>= 4', '< 6' +gem "inspec", "6.6.0" # '>= 4', '< 6' gem "inspec-bin", "6.6.0" \ No newline at end of file