summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-13 17:07:16 -0700
committerGitHub <noreply@github.com>2019-06-13 17:07:16 -0700
commite545af572b336c3bb12cbe63e437fdbebd0da47a (patch)
tree5c12c9f7ba0e6b4b68d7aff6eed4f3035d19b1e4
parent75f262fd33ae36c979ec418e32d36932c47d101a (diff)
parent9bbd42a9fdff4d6e6cf15e13b81d16ed1d36ee1c (diff)
downloadchef-e545af572b336c3bb12cbe63e437fdbebd0da47a.tar.gz
Merge pull request #8660 from chef/inspec-bin
Make sure to ship the inspec binary
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1c9e7048bb..5149e1427c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/Gemfile.lock b/Gemfile.lock
index 851044d2da..75a250a319 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -200,6 +200,8 @@ GEM
train-core (~> 2.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
+ inspec-core-bin (4.3.2)
+ inspec-core (= 4.3.2)
ipaddress (0.8.3)
iso8601 (0.12.1)
jaro_winkler (1.5.2)
@@ -420,6 +422,7 @@ DEPENDENCIES
chefstyle!
ed25519
inspec-core (~> 4.3)
+ inspec-core-bin (~> 4.3)
ohai!
pry
pry-byebug