summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-18 11:36:16 -0800
committerTim Smith <tsmith@chef.io>2018-12-18 11:36:16 -0800
commit41012448370644db3e7f539aa7852d7df8f55a20 (patch)
treed8ede53fee31129a88ac5ba2dac792f26d270a81
parent7c72cbb522d844b53134c3fd7a66b49b752a3f04 (diff)
downloadchef-41012448370644db3e7f539aa7852d7df8f55a20.tar.gz
Update inspec to 3.1 and bump all the mixlibsmany_bumps
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock48
-rw-r--r--omnibus/Gemfile.lock58
2 files changed, 70 insertions, 36 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7f53848f04..5c7afbd792 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/chefstyle.git
- revision: 5e596babac0e107170ce7c5cc706646bf609ab25
+ revision: b19b6bc41a9251cbd1a4c03ccc45e39cc5fcb769
branch: master
specs:
chefstyle (0.11.0)
@@ -140,6 +140,7 @@ GEM
debug_inspector (0.0.3)
diff-lcs (1.3)
docile (1.3.1)
+ equatable (0.5.0)
erubis (2.7.0)
ethon (0.11.0)
ffi (>= 1.3.0)
@@ -167,7 +168,7 @@ GEM
highline (1.7.10)
htmlentities (4.3.4)
iniparse (1.4.4)
- inspec-core (3.0.61)
+ inspec-core (3.1.3)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)
@@ -186,7 +187,9 @@ GEM
sslshake (~> 1.2)
thor (~> 0.20)
tomlrb (~> 1.2)
- train-core (~> 1.5, >= 1.5.6)
+ train-core (~> 1.5, >= 1.5.11)
+ tty-prompt (~> 0.17)
+ tty-table (~> 0.10)
ipaddress (0.8.3)
iso8601 (0.12.1)
json (2.1.0)
@@ -200,15 +203,16 @@ GEM
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
- mixlib-config (2.2.13)
+ mixlib-config (2.2.18)
tomlrb
- mixlib-log (2.0.4)
+ mixlib-log (2.0.9)
mixlib-shellout (2.4.4)
mixlib-shellout (2.4.4-universal-mingw32)
win32-process (~> 0.8.2)
wmi-lite (~> 1.0)
multi_json (1.13.1)
multipart-post (2.0.0)
+ necromancer (0.4.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
net-scp (1.2.1)
@@ -229,6 +233,9 @@ GEM
parser (2.5.3.0)
ast (~> 2.4.0)
parslet (1.8.2)
+ pastel (0.7.2)
+ equatable (~> 0.5.0)
+ tty-color (~> 0.4.0)
plist (3.4.0)
powerpack (0.1.2)
proxifier (1.0.3)
@@ -285,7 +292,7 @@ GEM
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
- semverse (2.0.0)
+ semverse (3.0.0)
serverspec (2.41.3)
multi_json
rspec (~> 3.0)
@@ -304,12 +311,18 @@ GEM
net-telnet (= 0.1.1)
sfl
sslshake (1.2.0)
+ strings (0.1.4)
+ strings-ansi (~> 0.1.0)
+ unicode-display_width (~> 1.4.0)
+ unicode_utils (~> 1.4.0)
+ strings-ansi (0.1.0)
structured_warnings (0.3.0)
syslog-logger (1.6.8)
systemu (2.6.5)
thor (0.20.3)
+ timers (4.2.0)
tomlrb (1.2.7)
- train-core (1.5.6)
+ train-core (1.5.11)
json (>= 1.8, < 3.0)
mixlib-shellout (~> 2.0)
travis (1.8.9)
@@ -321,9 +334,29 @@ GEM
launchy (~> 2.1)
pusher-client (~> 0.4)
typhoeus (~> 0.6, >= 0.6.8)
+ tty-color (0.4.3)
+ tty-cursor (0.6.0)
+ tty-prompt (0.18.0)
+ necromancer (~> 0.4.0)
+ pastel (~> 0.7.0)
+ timers (~> 4.0)
+ tty-cursor (~> 0.6.0)
+ tty-reader (~> 0.5.0)
+ tty-reader (0.5.0)
+ tty-cursor (~> 0.6.0)
+ tty-screen (~> 0.6.4)
+ wisper (~> 2.0.0)
+ tty-screen (0.6.5)
+ tty-table (0.10.0)
+ equatable (~> 0.5.0)
+ necromancer (~> 0.4.0)
+ pastel (~> 0.7.2)
+ strings (~> 0.1.0)
+ tty-screen (~> 0.6.4)
typhoeus (0.8.0)
ethon (>= 0.8.0)
unicode-display_width (1.4.0)
+ unicode_utils (1.4.0)
uuidtools (2.1.5)
webmock (3.4.2)
addressable (>= 2.3.6)
@@ -356,6 +389,7 @@ GEM
structured_warnings
windows-api (0.4.4)
win32-api (>= 1.4.5)
+ wisper (2.0.0)
wmi-lite (1.0.1)
yard (0.9.16)
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 7945857987..a2513dcda8 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/chef/omnibus
- revision: 708e9c7413c83a6e19a40e212ad884c78a905a5d
+ revision: 5ac799cdcc5a7865b452daa96f92812144dccb3d
branch: master
specs:
- omnibus (6.0.8)
+ omnibus (6.0.10)
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: 8cb4ba11226f61a78d6ef71a83353b95c8fdd528
+ revision: f54ca7cd82d0e49ac62f8380d9c56d05048db9fd
branch: master
specs:
omnibus-software (4.0.0)
@@ -32,8 +32,8 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
awesome_print (1.8.0)
aws-eventstream (1.0.1)
- aws-partitions (1.121.0)
- aws-sdk-core (3.42.0)
+ aws-partitions (1.125.0)
+ aws-sdk-core (3.44.1)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
@@ -41,7 +41,7 @@ GEM
aws-sdk-kms (1.13.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sigv4 (~> 1.0)
- aws-sdk-s3 (1.29.0)
+ aws-sdk-s3 (1.30.0)
aws-sdk-core (~> 3, >= 3.39.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
@@ -63,10 +63,10 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (10.0.2)
- chef (14.7.17)
+ chef (14.8.12)
addressable
bundler (>= 1.10)
- chef-config (= 14.7.17)
+ chef-config (= 14.8.12)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -93,10 +93,10 @@ GEM
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.7.17-universal-mingw32)
+ chef (14.8.12-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.7.17)
+ chef-config (= 14.8.12)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -136,13 +136,13 @@ GEM
win32-taskscheduler (~> 2.0)
windows-api (~> 0.4.4)
wmi-lite (~> 1.0)
- chef-config (14.7.17)
+ chef-config (14.8.12)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
mixlib-shellout (~> 2.0)
tomlrb (~> 1.2)
- chef-sugar (4.1.0)
+ chef-sugar (4.2.1)
chef-zero (14.0.11)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 4.0)
@@ -152,7 +152,7 @@ GEM
citrus (3.0.2)
cleanroom (1.0.0)
coderay (1.1.2)
- concurrent-ruby (1.1.3)
+ concurrent-ruby (1.1.4)
debug_inspector (0.0.3)
diff-lcs (1.3)
erubis (2.7.0)
@@ -181,7 +181,7 @@ GEM
kitchen-vagrant (1.3.6)
test-kitchen (~> 1.4)
libyajl2 (1.2.0)
- license_scout (1.0.18)
+ license_scout (1.0.19)
ffi-yajl (~> 2.2)
mixlib-shellout (~> 2.2)
toml-rb (~> 1.0)
@@ -191,24 +191,24 @@ GEM
multi_json (~> 1.10)
method_source (0.9.2)
minitar (0.7)
- mixlib-archive (0.4.18)
+ mixlib-archive (0.4.19)
mixlib-log
- mixlib-archive (0.4.18-universal-mingw32)
+ mixlib-archive (0.4.19-universal-mingw32)
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
- mixlib-config (2.2.13)
+ mixlib-config (2.2.18)
tomlrb
mixlib-install (3.11.5)
mixlib-shellout
mixlib-versioning
thor
- mixlib-log (2.0.4)
- mixlib-shellout (2.4.0)
- mixlib-shellout (2.4.0-universal-mingw32)
+ mixlib-log (2.0.9)
+ mixlib-shellout (2.4.4)
+ mixlib-shellout (2.4.4-universal-mingw32)
win32-process (~> 0.8.2)
wmi-lite (~> 1.0)
- mixlib-versioning (1.2.2)
+ mixlib-versioning (1.2.7)
molinillo (0.6.6)
multi_json (1.13.1)
multipart-post (2.0.0)
@@ -226,7 +226,7 @@ GEM
nori (2.6.0)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
- ohai (14.6.2)
+ ohai (14.8.10)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -284,17 +284,17 @@ GEM
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
- semverse (2.0.0)
+ semverse (3.0.0)
serverspec (2.41.3)
multi_json
rspec (~> 3.0)
rspec-its
specinfra (~> 2.72)
sfl (2.3)
- solve (4.0.0)
+ solve (4.0.2)
molinillo (~> 0.6)
- semverse (>= 1.1, < 3.0)
- specinfra (2.76.3)
+ semverse (>= 1.1, < 4.0)
+ specinfra (2.76.5)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
@@ -302,7 +302,7 @@ GEM
structured_warnings (0.3.0)
syslog-logger (1.6.8)
systemu (2.6.5)
- test-kitchen (1.23.3)
+ test-kitchen (1.23.5)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
@@ -360,7 +360,7 @@ GEM
logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1)
winrm (~> 2.0)
- wmi-lite (1.0.0)
+ wmi-lite (1.0.1)
zhexdump (0.0.2)
PLATFORMS
@@ -382,4 +382,4 @@ DEPENDENCIES
winrm-fs (~> 1.0)
BUNDLED WITH
- 1.17.1
+ 1.17.2