diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-13 13:10:58 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-13 13:10:58 -0700 |
commit | 878fca562ffcc2c4379b71ddbbd564eee025d37b (patch) | |
tree | 3f90b9257f4888a2d9a229f2caed0d85b15eaef1 /Gemfile | |
parent | 4b42068ff72deb7cb6b3222e0053f5a36e7d7eb5 (diff) | |
download | chef-878fca562ffcc2c4379b71ddbbd564eee025d37b.tar.gz |
Make sure to ship the inspec binaryinspec-bin
We need to add the inspec-core-bin now that the binaries aren't part of
the inspec-core gem.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ group(:omnibus_package) do gem "appbundler" gem "rb-readline" gem "inspec-core", "~> 4.3" + gem "inspec-core-bin", "~> 4.3" # need to provide the binaries for inspec gem "chef-vault" gem "ed25519" # ed25519 ssh key support done here as it's a native gem we can't put in train gem "bcrypt_pbkdf" # ed25519 ssh key support done here as it's a native gem we can't put in train |