diff options
Diffstat (limited to 'omnibus/Gemfile.lock')
-rw-r--r-- | omnibus/Gemfile.lock | 85 |
1 files changed, 82 insertions, 3 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 6c75bf53f5..5f96206389 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: 3ac1dbed61173f0919b9f8215bc1af00d7a6c27b + revision: 621a7a62d6a4f95bce1dd0f09899dc5a337711fd branch: master specs: omnibus-software (4.0.0) @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/omnibus.git - revision: fba12f85d19c06d58b800ac1e201ab83f5e1e1d6 + revision: 87db446ee0b9872a8a588bedc660c351991e8bda branch: master specs: - omnibus (8.1.9) + omnibus (8.1.10) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-utils (>= 15.4) @@ -101,6 +101,54 @@ GEM tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) + chef (16.13.16-universal-mingw32) + addressable + bcrypt_pbkdf (~> 1.1) + bundler (>= 1.10) + chef-config (= 16.13.16) + chef-utils (= 16.13.16) + chef-vault + chef-zero (>= 14.0.11) + diff-lcs (>= 1.2.4, < 1.4.0) + ed25519 (~> 1.2) + erubis (~> 2.7) + ffi (>= 1.9.25) + ffi-libarchive (~> 1.0, >= 1.0.3) + ffi-yajl (~> 2.2) + highline (>= 1.6.9, < 3) + iniparse (~> 1.4) + inspec-core (~> 4.23) + iso8601 (>= 0.12.1, < 0.14) + license-acceptance (>= 1.0.5, < 3) + mixlib-archive (>= 0.4, < 2.0) + mixlib-authentication (>= 2.1, < 4) + mixlib-cli (>= 2.1.1, < 3.0) + mixlib-log (>= 2.0.3, < 4.0) + mixlib-shellout (>= 3.1.1, < 4.0) + net-sftp (>= 2.1.2, < 4.0) + net-ssh (>= 5.1, < 7) + net-ssh-multi (~> 1.2, >= 1.2.1) + ohai (~> 16.0) + pastel + plist (~> 3.2) + proxifier (~> 1.0) + syslog-logger (~> 1.6) + train-core (~> 3.2, >= 3.2.28) + train-winrm (>= 0.2.5) + tty-prompt (~> 0.21) + tty-screen (~> 0.6) + tty-table (~> 0.11) + uuidtools (>= 2.1.5, < 3.0) + win32-api (~> 1.5.3) + win32-certstore (~> 0.5.0) + win32-event (~> 0.6.1) + win32-eventlog (= 0.6.3) + win32-mmap (~> 0.4.1) + win32-mutex (~> 0.4.2) + win32-process (~> 0.9) + win32-service (>= 2.1.5, < 3.0) + win32-taskscheduler (~> 2.0) + wmi-lite (~> 1.0) chef-cleanroom (1.0.2) chef-config (16.13.16) addressable @@ -145,6 +193,8 @@ GEM ffi (1.15.0-x86-mingw32) ffi-libarchive (1.0.17) ffi (~> 1.0) + ffi-win32-extensions (1.0.4) + ffi ffi-yajl (2.4.0) libyajl2 (>= 1.2) fuzzyurl (0.9.0) @@ -181,6 +231,7 @@ GEM tty-table (~> 0.10) iostruct (0.0.4) ipaddress (0.8.3) + iso8601 (0.13.0) jmespath (1.4.0) json (2.5.1) kitchen-vagrant (1.8.0) @@ -216,6 +267,11 @@ GEM mixlib-log (3.0.9) mixlib-shellout (3.2.5) chef-utils + mixlib-shellout (3.2.5-universal-mingw32) + chef-utils + ffi-win32-extensions (~> 1.0.3) + win32-process (~> 0.9) + wmi-lite (~> 1.0) mixlib-versioning (1.2.12) molinillo (0.7.0) multi_json (1.15.0) @@ -299,6 +355,7 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) + structured_warnings (0.4.0) syslog-logger (1.6.8) test-kitchen (2.11.2) bcrypt_pbkdf (~> 1.0) @@ -351,6 +408,28 @@ GEM unicode_utils (1.4.0) uuidtools (2.2.0) webrick (1.7.0) + win32-api (1.5.3-universal-mingw32) + win32-certstore (0.5.3) + ffi + mixlib-shellout + win32-event (0.6.3) + win32-ipc (>= 0.6.0) + win32-eventlog (0.6.3) + ffi + win32-ipc (0.7.0) + ffi + win32-mmap (0.4.2) + ffi + win32-mutex (0.4.3) + win32-ipc (>= 0.6.0) + win32-process (0.9.0) + ffi (>= 1.0.0) + win32-service (2.2.0) + ffi + ffi-win32-extensions + win32-taskscheduler (2.0.4) + ffi + structured_warnings winrm (2.3.6) builder (>= 2.1.2) erubi (~> 1.8) |