diff options
-rw-r--r-- | Gemfile.lock | 50 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 107 |
2 files changed, 74 insertions, 83 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 128a61c4bd..c9c7fcdc11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GIT remote: https://github.com/chef/chefstyle.git - revision: 605f02c66120e999c00895fe3d53769472759aa5 + revision: 560b01fae7fea3e5ffc98deef9488838ea3780e2 branch: master specs: - chefstyle (1.2.0) - rubocop (= 0.88.0) + chefstyle (1.2.1) + rubocop (= 0.89.1) GIT remote: https://github.com/chef/ohai.git @@ -142,11 +142,11 @@ GEM debug_inspector (>= 0.0.1) builder (3.2.4) byebug (11.1.3) - chef-telemetry (1.0.8) + chef-telemetry (1.0.14) chef-config concurrent-ruby (~> 1.0) ffi-yajl (~> 2.2) - chef-vault (4.0.1) + chef-vault (4.0.6) chef-zero (14.0.17) ffi-yajl (~> 2.2) hashie (>= 2.0, < 4.0) @@ -157,7 +157,7 @@ GEM chef-zero (~> 14.0) net-ssh coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) crack (0.4.3) safe_yaml (~> 1.0.0) debug_inspector (0.0.3) @@ -170,16 +170,16 @@ GEM erubis (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - fauxhai-ng (8.2.0) + fauxhai-ng (8.3.1) net-ssh ffi (1.13.1) ffi (1.13.1-x64-mingw32) ffi (1.13.1-x86-mingw32) - ffi-libarchive (1.0.3) + ffi-libarchive (1.0.4) ffi (~> 1.0) ffi-win32-extensions (1.0.3) ffi - ffi-yajl (2.3.3) + ffi-yajl (2.3.4) libyajl2 (~> 1.2) fuzzyurl (0.9.0) gssapi (1.3.0) @@ -193,7 +193,7 @@ GEM htmlentities (4.3.4) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.22.1) + inspec-core (4.22.8) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0) @@ -218,8 +218,8 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.22.1) - inspec-core (= 4.22.1) + inspec-core-bin (4.22.8) + inspec-core (= 4.22.8) ipaddress (0.8.3) iso8601 (0.13.0) json (2.3.1) @@ -239,18 +239,18 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.14) method_source (1.0.0) - mixlib-archive (1.0.5) + mixlib-archive (1.0.6) mixlib-log - mixlib-archive (1.0.5-universal-mingw32) + mixlib-archive (1.0.6-universal-mingw32) mixlib-log mixlib-authentication (3.0.6) mixlib-cli (2.1.6) - mixlib-config (3.0.6) + mixlib-config (3.0.9) tomlrb mixlib-log (3.0.8) - mixlib-shellout (3.1.2) + mixlib-shellout (3.1.4) chef-utils - mixlib-shellout (3.1.2-universal-mingw32) + mixlib-shellout (3.1.4-universal-mingw32) chef-utils win32-process (~> 0.8.2) wmi-lite (~> 1.0) @@ -286,7 +286,7 @@ GEM pry-remote (0.1.8) pry (~> 0.9) slop (~> 3.0) - pry-stack_explorer (0.4.11) + pry-stack_explorer (0.4.12) binding_of_caller (~> 0.7) pry (~> 0.13) public_suffix (4.0.5) @@ -315,17 +315,17 @@ GEM rspec_junit_formatter (0.2.3) builder (< 4) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.88.0) + rubocop (0.89.1) parallel (~> 1.10) parser (>= 2.7.1.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.7) rexml - rubocop-ast (>= 0.1.0, < 1.0) + rubocop-ast (>= 0.3.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.2.0) - parser (>= 2.7.0.1) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) ruby-prof (1.2.0) ruby-progressbar (1.10.1) ruby-shadow (2.5.0) @@ -350,7 +350,7 @@ GEM tins (1.25.0) sync tomlrb (1.2.9) - train-core (3.3.6) + train-core (3.3.16) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) @@ -364,7 +364,7 @@ GEM pastel (~> 0.7.2) strings (~> 0.1.6) tty-cursor (~> 0.7) - tty-color (0.5.1) + tty-color (0.5.2) tty-cursor (0.7.1) tty-prompt (0.21.0) necromancer (~> 0.5.0) @@ -407,7 +407,7 @@ GEM win32-ipc (>= 0.6.0) win32-process (0.8.3) ffi (>= 1.0.0) - win32-service (2.1.5) + win32-service (2.1.6) ffi ffi-win32-extensions win32-taskscheduler (2.0.4) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 6df8d758ce..87836babb1 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: f8f202cdffe5a77aed4c4884f302a38be3eabc64 + revision: 3eae1cd2e5b9bb62775485e1dfa59aec8c70f5da branch: master specs: - omnibus (7.0.19) + omnibus (7.0.20) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-sugar (>= 3.3) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: d0427be1405e0a6230109fd51cd29e7967ffbdb5 + revision: 379f9c7fe65e867af2b69b28b2ced739526f9842 branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.346.0) + aws-partitions (1.356.0) aws-sdk-core (3.104.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -41,11 +41,11 @@ GEM aws-sdk-kms (1.36.0) aws-sdk-core (~> 3, >= 3.99.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.75.0) - aws-sdk-core (~> 3, >= 3.104.1) + aws-sdk-s3 (1.78.0) + aws-sdk-core (~> 3, >= 3.104.3) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) - aws-sigv4 (1.2.1) + aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) bcrypt_pbkdf (1.1.0.rc1) bcrypt_pbkdf (1.1.0.rc1-x64-mingw32) @@ -64,12 +64,12 @@ GEM solve (~> 4.0) thor (>= 0.20) builder (3.2.4) - chef (16.3.38) + chef (16.4.35) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.3.38) - chef-utils (= 16.3.38) + chef-config (= 16.4.35) + chef-utils (= 16.4.35) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -99,12 +99,12 @@ GEM tty-prompt (~> 0.21) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (16.3.38-universal-mingw32) + chef (16.4.35-universal-mingw32) addressable bcrypt_pbkdf (= 1.1.0.rc1) bundler (>= 1.10) - chef-config (= 16.3.38) - chef-utils (= 16.3.38) + chef-config (= 16.4.35) + chef-utils (= 16.4.35) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -137,7 +137,6 @@ GEM uuidtools (~> 2.1.5) win32-api (~> 1.5.3) win32-certstore (~> 0.3) - win32-dir (~> 0.5.0) win32-event (~> 0.6.1) win32-eventlog (= 0.6.3) win32-mmap (~> 0.4.1) @@ -147,17 +146,17 @@ GEM win32-taskscheduler (~> 2.0) wmi-lite (~> 1.0) chef-cleanroom (1.0.2) - chef-config (16.3.38) + chef-config (16.4.35) addressable - chef-utils (= 16.3.38) + chef-utils (= 16.4.35) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) tomlrb (~> 1.2) - chef-sugar (5.1.9) - chef-utils (16.3.38) - chef-vault (4.0.1) - chef-zero (15.0.0) + chef-sugar (5.1.11) + chef-utils (16.4.35) + chef-vault (4.0.6) + chef-zero (15.0.1) ffi-yajl (~> 2.2) hashie (>= 2.0, < 5.0) mixlib-log (>= 2.0, < 4.0) @@ -165,10 +164,9 @@ GEM uuidtools (~> 2.1) citrus (3.0.2) cleanroom (1.0.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) diff-lcs (1.3) ed25519 (1.2.4) - equatable (0.6.1) erubi (1.9.0) erubis (2.7.0) faraday (1.0.1) @@ -176,11 +174,11 @@ GEM ffi (1.13.1) ffi (1.13.1-x64-mingw32) ffi (1.13.1-x86-mingw32) - ffi-libarchive (1.0.3) + ffi-libarchive (1.0.4) ffi (~> 1.0) ffi-win32-extensions (1.0.3) ffi - ffi-yajl (2.3.3) + ffi-yajl (2.3.4) libyajl2 (~> 1.2) fuzzyurl (0.9.0) gssapi (1.3.0) @@ -196,7 +194,7 @@ GEM iso8601 (0.13.0) jmespath (1.4.0) json (2.3.1) - kitchen-vagrant (1.6.1) + kitchen-vagrant (1.7.0) test-kitchen (>= 1.4, < 3) libyajl2 (1.2.0) license-acceptance (1.0.19) @@ -204,7 +202,7 @@ GEM tomlrb (~> 1.2) tty-box (~> 0.3) tty-prompt (~> 0.18) - license_scout (1.1.8) + license_scout (1.1.9) ffi-yajl (~> 2.2) mixlib-shellout (>= 2.2, < 4.0) toml-rb (>= 1, < 3) @@ -213,22 +211,22 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.14) minitar (0.9) - mixlib-archive (1.0.5) + mixlib-archive (1.0.6) mixlib-log - mixlib-archive (1.0.5-universal-mingw32) + mixlib-archive (1.0.6-universal-mingw32) mixlib-log mixlib-authentication (3.0.6) mixlib-cli (2.1.6) - mixlib-config (3.0.6) + mixlib-config (3.0.9) tomlrb - mixlib-install (3.12.1) + mixlib-install (3.12.3) mixlib-shellout mixlib-versioning thor mixlib-log (3.0.8) - mixlib-shellout (3.1.2) + mixlib-shellout (3.1.4) chef-utils - mixlib-shellout (3.1.2-universal-mingw32) + mixlib-shellout (3.1.4-universal-mingw32) chef-utils win32-process (~> 0.8.2) wmi-lite (~> 1.0) @@ -236,7 +234,6 @@ GEM molinillo (0.6.6) multi_json (1.15.0) multipart-post (2.1.1) - necromancer (0.5.1) net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-sftp (3.0.0) @@ -251,7 +248,7 @@ GEM octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - ohai (16.3.2) + ohai (16.4.11) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -262,10 +259,8 @@ GEM mixlib-log (>= 2.0.1, < 4.0) mixlib-shellout (>= 2.0, < 4.0) plist (~> 3.1) - systemu (~> 2.6.4) wmi-lite (~> 1.0) - pastel (0.7.4) - equatable (~> 0.6) + pastel (0.8.0) tty-color (~> 0.5) pedump (0.6.1) awesome_print @@ -286,21 +281,20 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) semverse (3.0.0) - solve (4.0.3) + solve (4.0.4) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) - strings (0.1.8) - strings-ansi (~> 0.1) + strings (0.2.0) + strings-ansi (~> 0.2) unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.2.0) structured_warnings (0.4.0) syslog-logger (1.6.8) - systemu (2.6.5) - test-kitchen (2.5.3) + test-kitchen (2.6.0) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) - license-acceptance (~> 1.0, >= 1.0.11) + license-acceptance (>= 1.0.11, < 3.0) mixlib-install (~> 3.6) mixlib-shellout (>= 1.2, < 4.0) net-scp (>= 1.1, < 4.0) @@ -314,7 +308,7 @@ GEM toml-rb (2.0.1) citrus (~> 3.0, > 3.0) tomlrb (1.3.0) - train-core (3.3.6) + train-core (3.3.16) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) @@ -324,20 +318,19 @@ GEM train-winrm (0.2.6) winrm (~> 2.0) winrm-fs (~> 1.0) - tty-box (0.5.0) - pastel (~> 0.7.2) - strings (~> 0.1.6) + tty-box (0.6.0) + pastel (~> 0.8) + strings (~> 0.2.0) tty-cursor (~> 0.7) - tty-color (0.5.1) + tty-color (0.5.2) tty-cursor (0.7.1) - tty-prompt (0.21.0) - necromancer (~> 0.5.0) - pastel (~> 0.7.0) - tty-reader (~> 0.7.0) - tty-reader (0.7.0) + tty-prompt (0.22.0) + pastel (~> 0.8) + tty-reader (~> 0.8) + tty-reader (0.8.0) tty-cursor (~> 0.7) - tty-screen (~> 0.7) - wisper (~> 2.0.0) + tty-screen (~> 0.8) + wisper (~> 2.0) tty-screen (0.8.1) unicode-display_width (1.7.0) unicode_utils (1.4.0) @@ -346,8 +339,6 @@ GEM win32-certstore (0.4.0) ffi mixlib-shellout - win32-dir (0.5.1) - ffi (>= 1.0.0) win32-event (0.6.3) win32-ipc (>= 0.6.0) win32-eventlog (0.6.3) @@ -360,7 +351,7 @@ GEM win32-ipc (>= 0.6.0) win32-process (0.8.3) ffi (>= 1.0.0) - win32-service (2.1.5) + win32-service (2.1.6) ffi ffi-win32-extensions win32-taskscheduler (2.0.4) |