From 563c4ca98e8e15d28ec5299b8bf292db240c5c1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:46:59 +0000 Subject: [PATCH] Update dependency inspec to v5.22.36 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 c6a9d94..146a24b 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", "5.22.36" # '>= 4', '< 6' gem "inspec-bin", "5.22.3"