diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-29 16:07:21 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-29 16:07:21 -0700 |
commit | 31bb0ab0ec81c44930fb42611bde0b0e1848efdf (patch) | |
tree | 8a01eb5f216773b948159680dde578ebe783a251 /omnibus | |
parent | a799878ca9b8704a119bef4388fe0c763f170902 (diff) | |
download | chef-31bb0ab0ec81c44930fb42611bde0b0e1848efdf.tar.gz |
Update InSpec preview to 4.2.0
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 49 |
1 files changed, 43 insertions, 6 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index db2232b90c..490531f84e 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 3d4327c0032b8cc7d25eb33290a7aec2fce20a2a + revision: e4553dad2f70aae8fee6b19689e8d8596b60bb0e branch: master specs: omnibus-software (4.0.0) @@ -31,9 +31,9 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-eventstream (1.0.2) - aws-partitions (1.151.0) - aws-sdk-core (3.48.4) + aws-eventstream (1.0.3) + aws-partitions (1.155.0) + aws-sdk-core (3.48.6) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) aws-sigv4 (~> 1.1) @@ -154,6 +154,7 @@ GEM concurrent-ruby (1.1.5) diff-lcs (1.3) ed25519 (1.2.4) + equatable (0.5.0) erubis (2.7.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) @@ -180,6 +181,11 @@ GEM kitchen-vagrant (1.5.1) test-kitchen (>= 1.4, < 3) libyajl2 (1.2.0) + license-acceptance (1.0.0) + pastel (~> 0.7) + tomlrb (~> 1.2) + tty-box (~> 0.3) + tty-prompt (~> 0.18) license_scout (1.0.24) ffi-yajl (~> 2.2) mixlib-shellout (~> 2.2) @@ -210,6 +216,7 @@ GEM molinillo (0.6.6) multi_json (1.13.1) multipart-post (2.0.0) + necromancer (0.4.0) net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-sftp (2.1.2) @@ -236,6 +243,9 @@ GEM plist (~> 3.1) systemu (~> 2.6.4) wmi-lite (~> 1.0) + pastel (0.7.2) + equatable (~> 0.5.0) + tty-color (~> 0.4.0) pedump (0.5.2) awesome_print iostruct (>= 0.0.4) @@ -288,12 +298,18 @@ GEM net-ssh (>= 2.7) net-telnet (= 0.1.1) sfl + strings (0.1.5) + strings-ansi (~> 0.1) + unicode-display_width (~> 1.5) + unicode_utils (~> 1.4) + strings-ansi (0.1.0) structured_warnings (0.3.0) syslog-logger (1.6.8) systemu (2.6.5) - test-kitchen (2.1.0) + test-kitchen (2.2.0) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) + license-acceptance (>= 0.2.16, < 2.0) mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 3.0) net-scp (>= 1.1, < 3.0) @@ -304,9 +320,29 @@ GEM winrm-elevated (~> 1.0) winrm-fs (~> 1.1) thor (0.20.3) + timers (4.3.0) toml-rb (1.1.2) citrus (~> 3.0, > 3.0) tomlrb (1.2.8) + tty-box (0.3.0) + pastel (~> 0.7.2) + strings (~> 0.1.4) + tty-cursor (~> 0.6.0) + tty-color (0.4.3) + tty-cursor (0.6.1) + tty-prompt (0.18.1) + 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) + unicode-display_width (1.5.0) + unicode_utils (1.4.0) uuidtools (2.1.5) win32-api (1.5.3-universal-mingw32) win32-certstore (0.3.0) @@ -332,7 +368,7 @@ GEM win32-taskscheduler (2.0.4) ffi structured_warnings - winrm (2.3.1) + winrm (2.3.2) builder (>= 2.1.2) erubis (~> 2.7) gssapi (~> 1.2) @@ -349,6 +385,7 @@ GEM logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) winrm (~> 2.0) + wisper (2.0.0) wmi-lite (1.0.2) zhexdump (0.0.2) |