summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-31 16:16:22 -0700
committerGitHub <noreply@github.com>2019-03-31 16:16:22 -0700
commit5cd1e6ad712772801581874992380936dbba53d2 (patch)
treeea21767c3b80ecfe50a16572f66d496d444ffdb2
parentd648b8520db6928ecba4aa233dec76e92bc72988 (diff)
parent0a581bd407efdc6785730e449ec676183c440a3a (diff)
downloadchef-5cd1e6ad712772801581874992380936dbba53d2.tar.gz
Merge pull request #8329 from chef/new_inspec
Update InSpec to 3.7.11 and mixlib-cli to 2.0.3
-rw-r--r--Gemfile.lock13
-rw-r--r--kitchen-tests/Gemfile2
-rw-r--r--omnibus/Gemfile.lock46
3 files changed, 32 insertions, 29 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 488a146cc3..feb6583034 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -132,6 +132,8 @@ GEM
erubis (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
+ faraday_middleware (0.12.2)
+ faraday (>= 0.7.4, < 1.0)
ffi (1.10.0)
ffi (1.10.0-x64-mingw32)
ffi (1.10.0-x86-mingw32)
@@ -145,9 +147,10 @@ GEM
highline (1.7.10)
htmlentities (4.3.4)
iniparse (1.4.4)
- inspec-core (3.7.1)
+ inspec-core (3.7.11)
addressable (~> 2.4)
faraday (>= 0.9.0)
+ faraday_middleware (~> 0.12.2)
hashie (~> 3.4)
htmlentities
json (>= 1.8, < 3.0)
@@ -179,7 +182,7 @@ GEM
mixlib-archive (1.0.1-universal-mingw32)
mixlib-log
mixlib-authentication (2.1.1)
- mixlib-cli (2.0.1)
+ mixlib-cli (2.0.3)
mixlib-config (2.2.18)
tomlrb
mixlib-log (3.0.1)
@@ -198,10 +201,10 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
netrc (0.11.0)
- octokit (4.13.0)
+ octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
- parallel (1.14.0)
- parser (2.6.0.0)
+ parallel (1.16.2)
+ parser (2.6.2.0)
ast (~> 2.4.0)
parslet (1.8.2)
pastel (0.7.2)
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 8881eb4e45..6bd39ffe0e 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -5,7 +5,7 @@ gem "chef", path: ".."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
gem "kitchen-appbundle-updater"
-gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
+gem "kitchen-dokken", "=1.1.1" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index a9e4dc2f90..d6557eb3cf 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/chef/omnibus
- revision: 7c1e039856513835f728b4e0c5a4106c339e99c2
+ revision: 096b70201d073a4aaca8f3b9faf76d4c648d05d5
branch: master
specs:
- omnibus (6.0.20)
+ omnibus (6.0.22)
aws-sdk-s3 (~> 1)
chef-sugar (>= 3.3)
cleanroom (~> 1.0)
@@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/chef/omnibus-software
- revision: 93d8f49c8a5add0efd03a05c3311e49eea82b5ed
+ revision: 3d5181c28da3fdf602f86096c00d3a7c666b538c
branch: master
specs:
omnibus-software (4.0.0)
@@ -32,17 +32,17 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
awesome_print (1.8.0)
aws-eventstream (1.0.2)
- aws-partitions (1.144.0)
- aws-sdk-core (3.48.1)
+ aws-partitions (1.148.0)
+ aws-sdk-core (3.48.3)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
- aws-sdk-kms (1.15.0)
- aws-sdk-core (~> 3, >= 3.48.0)
+ aws-sdk-kms (1.16.0)
+ aws-sdk-core (~> 3, >= 3.48.2)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.33.0)
- aws-sdk-core (~> 3, >= 3.48.0)
+ aws-sdk-s3 (1.36.0)
+ aws-sdk-core (~> 3, >= 3.48.2)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.1.0)
@@ -207,29 +207,29 @@ GEM
molinillo (0.6.6)
multi_json (1.13.1)
multipart-post (2.0.0)
- net-scp (1.2.1)
- net-ssh (>= 2.6.5)
+ net-scp (2.0.0)
+ net-ssh (>= 2.6.5, < 6.0.0)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
- net-ssh-gateway (1.3.0)
- net-ssh (>= 2.6.5)
+ net-ssh-gateway (2.0.0)
+ net-ssh (>= 4.0.0)
net-ssh-multi (1.2.1)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nori (2.6.0)
- octokit (4.13.0)
+ octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
- ohai (14.8.10)
+ ohai (14.8.11)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
ipaddress
mixlib-cli (>= 1.7.0)
- mixlib-config (~> 2.0)
- mixlib-log (~> 2.0, >= 2.0.1)
- mixlib-shellout (~> 2.0)
+ mixlib-config (>= 2.0, < 4.0)
+ mixlib-log (>= 2.0.1, < 4.0)
+ mixlib-shellout (>= 2.0, < 4.0)
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
@@ -280,7 +280,7 @@ GEM
solve (4.0.2)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
- specinfra (2.76.9)
+ specinfra (2.77.0)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
@@ -288,12 +288,12 @@ GEM
structured_warnings (0.3.0)
syslog-logger (1.6.8)
systemu (2.6.5)
- test-kitchen (1.24.0)
+ test-kitchen (2.0.1)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0)
- net-scp (~> 1.1)
- net-ssh (>= 2.9, < 5.0)
- net-ssh-gateway (~> 1.2)
+ net-scp (>= 1.1, < 3.0)
+ net-ssh (>= 2.9, < 6.0)
+ net-ssh-gateway (>= 1.2, < 3.0)
thor (~> 0.19)
winrm (~> 2.0)
winrm-elevated (~> 1.0)