summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-10 08:41:07 -0800
committerGitHub <noreply@github.com>2020-12-10 08:41:07 -0800
commit6b4c8f42d3d2435be28f51667d20020493670d5d (patch)
tree9dfc73b6a28c19dc4d038bb8fde778f097023b96 /Gemfile
parent0a29892953b07ba1fded119f5aef364e14c7dd07 (diff)
downloadchef-6b4c8f42d3d2435be28f51667d20020493670d5d.tar.gz
Update to InSpec 4.24 (#10726)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 30d573a2b0..99e7cf3c6b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core-bin", "~> 4.23" # need to provide the binaries for inspec
+ gem "inspec-core-bin", "~> 4.24" # need to provide the binaries for inspec
gem "chef-vault"
end