summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-03 09:28:17 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-06-13 14:30:43 -0700
commitc9e10af63c46a4bb5f7cc21ed52c3a8ffcf1b6e7 (patch)
tree87f4cca308b674d1bcdc188f61fd036d56416ca3
parentdc5d1a612aef0c19ae5649408cf13b1ad5311bc3 (diff)
downloadchef-c9e10af63c46a4bb5f7cc21ed52c3a8ffcf1b6e7.tar.gz
updating the pinned version of inspec
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5827d92e69..89818692ea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ gem "cheffish", ">= 17"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core-bin", "~> 4.24" # need to provide the binaries for inspec
+ gem "inspec-core-bin", "~> 5.17" # need to provide the binaries for inspec
gem "chef-vault"
end