summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-18 20:41:25 -0700
committerTim Smith <tsmith@chef.io>2019-03-18 20:41:25 -0700
commit603e6613c5f78f3b77c60f8e1a6f99a7ef2e5019 (patch)
tree77c3915ea4db768451f6c47bdd980b93e04bc30d
parentf429c91a4e2a9e8528e1c5f0ebce0cae64f82aed (diff)
downloadchef-inspec4.tar.gz
Pull InSpec 4.0 from gitinspec4
Until we release InSped we'll need to grab it this way. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock58
2 files changed, 33 insertions, 27 deletions
diff --git a/Gemfile b/Gemfile
index 9a19a80d69..97679a5dad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", "~> 3"
+ gem "inspec-core", git: "https://github.com/inspec/inspec.git", branch: "4-stable"
gem "chef-vault"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 11ba92a1ad..0c4c89fc34 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -24,6 +24,35 @@ GIT
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
+GIT
+ remote: https://github.com/inspec/inspec.git
+ revision: 826b7267440921585aaadb66a7c9ab5cb184fb3c
+ branch: 4-stable
+ specs:
+ inspec-core (4.0.2.pre)
+ addressable (~> 2.4)
+ faraday (>= 0.9.0)
+ hashie (~> 3.4)
+ htmlentities
+ json (>= 1.8, < 3.0)
+ method_source (~> 0.8)
+ mixlib-log
+ multipart-post
+ parallel (~> 1.9)
+ parslet (~> 1.5)
+ pry (~> 0)
+ rspec (~> 3)
+ rspec-its (~> 1.2)
+ rubyzip (~> 1.1)
+ semverse
+ sslshake (~> 1.2)
+ term-ansicolor
+ thor (~> 0.20)
+ tomlrb (~> 1.2)
+ train-core (~> 2.0)
+ tty-prompt (~> 0.17)
+ tty-table (~> 0.10)
+
PATH
remote: .
specs:
@@ -156,29 +185,6 @@ GEM
highline (1.7.10)
htmlentities (4.3.4)
iniparse (1.4.4)
- inspec-core (3.7.1)
- addressable (~> 2.4)
- faraday (>= 0.9.0)
- hashie (~> 3.4)
- htmlentities
- json (>= 1.8, < 3.0)
- method_source (~> 0.8)
- mixlib-log
- multipart-post
- parallel (~> 1.9)
- parslet (~> 1.5)
- pry (~> 0)
- rspec (~> 3)
- rspec-its (~> 1.2)
- rubyzip (~> 1.1)
- semverse
- sslshake (~> 1.2)
- term-ansicolor
- thor (~> 0.20)
- tomlrb (~> 1.2)
- train-core (~> 1.5, >= 1.7.2)
- tty-prompt (~> 0.17)
- tty-table (~> 0.10)
ipaddress (0.8.3)
iso8601 (0.12.1)
jaro_winkler (1.5.2)
@@ -302,9 +308,9 @@ GEM
timers (4.3.0)
tins (1.20.2)
tomlrb (1.2.8)
- train-core (1.7.5)
+ train-core (2.0.2)
json (>= 1.8, < 3.0)
- mixlib-shellout (~> 2.0)
+ mixlib-shellout (>= 2.0, < 4.0)
travis (1.8.9)
backports
faraday (~> 0.9)
@@ -385,7 +391,7 @@ DEPENDENCIES
chef-vault
cheffish (~> 14)
chefstyle!
- inspec-core (~> 3)
+ inspec-core!
netrc
octokit
ohai!