diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-10 08:41:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 08:41:07 -0800 |
commit | 6b4c8f42d3d2435be28f51667d20020493670d5d (patch) | |
tree | 9dfc73b6a28c19dc4d038bb8fde778f097023b96 /Gemfile | |
parent | 0a29892953b07ba1fded119f5aef364e14c7dd07 (diff) | |
download | chef-6b4c8f42d3d2435be28f51667d20020493670d5d.tar.gz |
Update to InSpec 4.24 (#10726)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |