diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-08-29 10:33:40 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-08-29 10:33:40 -0700 |
commit | 23621006912a30bbeda3e503d2ae7d1cbaaa588c (patch) | |
tree | 8f77a1be7623f8467866fc2092b6a15868d61ae7 /omnibus | |
parent | afb519b0a35ca36d6762b300d55911a4dc39b1e1 (diff) | |
download | chef-23621006912a30bbeda3e503d2ae7d1cbaaa588c.tar.gz |
Update InSpec to 4.12 and Train to 3.0
InSpec 4.12 pulls in Train 3.0, which removes the winrm functionality. We're adding it back via the new dep on train-winrm. The updated train also includes several bugfixes we need for bootstrapping.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index a25b39a95e..74bd1ddd09 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: c4c0c518caf5c559ddf3d0ae773013d5dbc6bd3c + revision: c872e61c30d2b3f88ead03bd1254ff96d37059a3 branch: master specs: - omnibus (6.1.2) + omnibus (6.1.3) 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: 5fa35959f6efb0a5a745c46e4b0431a2826934da + revision: 75f8868a794508d6b567162f13924c9d21ce5dfa branch: master specs: omnibus-software (4.0.0) @@ -33,8 +33,8 @@ GEM artifactory (3.0.5) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.202.0) - aws-sdk-core (3.62.0) + aws-partitions (1.207.0) + aws-sdk-core (3.65.1) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) aws-sigv4 (~> 1.1) @@ -42,7 +42,7 @@ GEM aws-sdk-kms (1.24.0) aws-sdk-core (~> 3, >= 3.61.1) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.46.0) + aws-sdk-s3 (1.47.0) aws-sdk-core (~> 3, >= 3.61.1) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -271,7 +271,7 @@ GEM solve (4.0.2) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) - strings (0.1.5) + strings (0.1.6) strings-ansi (~> 0.1) unicode-display_width (~> 1.5) unicode_utils (~> 1.4) @@ -279,7 +279,7 @@ GEM structured_warnings (0.3.0) syslog-logger (1.6.8) systemu (2.6.5) - test-kitchen (2.2.5) + test-kitchen (2.3.1) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) license-acceptance (~> 1.0, >= 1.0.11) @@ -303,9 +303,9 @@ GEM net-ssh (>= 2.9, < 6.0) winrm (~> 2.0) winrm-fs (~> 1.0) - tty-box (0.4.0) + tty-box (0.4.1) pastel (~> 0.7.2) - strings (~> 0.1.5) + strings (~> 0.1.6) tty-cursor (~> 0.7) tty-color (0.5.0) tty-cursor (0.7.0) |