summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-04-04 00:24:08 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-04-04 00:24:08 -0700
commit591ba83fc00d2bdc665242f5c5eff463150178e5 (patch)
tree3b810ab90d6a02ef87a006b1f7a85b6eb6036b75 /kitchen-tests
parent069757e39239f0516d9335c75794ca376c324717 (diff)
parent8f57b300fa1e7351b65891b499abf84c5c7604df (diff)
downloadchef-591ba83fc00d2bdc665242f5c5eff463150178e5.tar.gz
Merge branch 'master' into no-more-consts
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/Berksfile.lock2
-rw-r--r--kitchen-tests/Gemfile.lock29
2 files changed, 17 insertions, 14 deletions
diff --git a/kitchen-tests/Berksfile.lock b/kitchen-tests/Berksfile.lock
index caf64a342b..c9d533da60 100644
--- a/kitchen-tests/Berksfile.lock
+++ b/kitchen-tests/Berksfile.lock
@@ -36,6 +36,8 @@ GRAPH
compat_resource (>= 0.0.0)
iis (5.1.0)
windows (>= 2.0)
+ inifile_chef_gem (0.1.0)
+ build-essential (>= 0.0.0)
iptables (4.0.1)
logrotate (2.1.0)
compat_resource (>= 0.0.0)
diff --git a/kitchen-tests/Gemfile.lock b/kitchen-tests/Gemfile.lock
index a9981abe91..8881c6b839 100644
--- a/kitchen-tests/Gemfile.lock
+++ b/kitchen-tests/Gemfile.lock
@@ -1,16 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.5.0)
+ addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
artifactory (2.8.1)
- aws-sdk (2.8.13)
- aws-sdk-resources (= 2.8.13)
- aws-sdk-core (2.8.13)
+ aws-sdk (2.9.1)
+ aws-sdk-resources (= 2.9.1)
+ aws-sdk-core (2.9.1)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
- aws-sdk-resources (2.8.13)
- aws-sdk-core (= 2.8.13)
+ aws-sdk-resources (2.9.1)
+ aws-sdk-core (= 2.9.1)
aws-sigv4 (1.0.0)
berkshelf (5.6.4)
addressable (~> 2.3, >= 2.3.4)
@@ -73,7 +73,8 @@ GEM
hitimes (1.2.4)
hitimes (1.2.4-x86-mingw32)
httpclient (2.8.3)
- inspec (1.17.0)
+ inspec (1.18.0)
+ addressable (~> 2.5)
faraday (>= 0.9.0)
hashie (~> 3.4)
json (>= 1.8, < 3.0)
@@ -113,7 +114,7 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.8.2)
- mini_portile2 (2.1.0)
+ mini_portile (0.6.2)
minitar (0.6.1)
mixlib-archive (0.4.1)
mixlib-log
@@ -140,10 +141,10 @@ GEM
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
nio4r (2.0.0)
- nokogiri (1.7.1)
- mini_portile2 (~> 2.1.0)
- nokogiri (1.7.1-x86-mingw32)
- mini_portile2 (~> 2.1.0)
+ nokogiri (1.6.6.4)
+ mini_portile (~> 0.6.0)
+ nokogiri (1.6.6.4-x86-mingw32)
+ mini_portile (~> 0.6.0)
nori (2.6.0)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
@@ -203,7 +204,7 @@ GEM
solve (3.1.0)
molinillo (>= 0.5)
semverse (>= 1.1, < 3.0)
- sslshake (1.0.13)
+ sslshake (1.1.0)
test-kitchen (1.16.0)
mixlib-install (>= 1.2, < 3.0)
mixlib-shellout (>= 1.2, < 3.0)
@@ -217,7 +218,7 @@ GEM
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
- train (0.22.1)
+ train (0.23.0)
docker-api (~> 1.26)
json (>= 1.8, < 3.0)
mixlib-shellout (~> 2.0)