From 8968fec4ce500ff18a56b6f7958b380e93d016bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:49:53 +0000 Subject: [PATCH] Update dependency inspec to v5.22.29 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 7088715..bb58623 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.29" # '>= 4', '< 6' gem "inspec-bin", "5.22.3" \ No newline at end of file