diff options
author | Lamont Granquist <454857+lamont-granquist@users.noreply.github.com> | 2021-11-30 12:32:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 12:32:37 -0800 |
commit | 93c80210750fa8ef383ef1395431e420e39302c7 (patch) | |
tree | 264f33c8641b43298fdc3971cd855927b017a52e /omnibus | |
parent | 8b0cb6f585c9159cd2c5b2b9a78b27ca0039246f (diff) | |
parent | 8b267e2117bc8c4bad9667274a2665210a25adcd (diff) | |
download | chef-use-powershell-exec-for-windows-feature-powershell.tar.gz |
Merge branch 'main' into use-powershell-exec-for-windows-feature-powershelluse-powershell-exec-for-windows-feature-powershell
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/.tool-versions | 1 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 34 |
2 files changed, 18 insertions, 17 deletions
diff --git a/omnibus/.tool-versions b/omnibus/.tool-versions new file mode 100644 index 0000000000..1ade73219b --- /dev/null +++ b/omnibus/.tool-versions @@ -0,0 +1 @@ +ruby 2.7.4 diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index aaf22c7c2a..1acbb12fd9 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: 32876cd385807cd29b7b33cee219ad028dcc6f5f + revision: 85602312dd75745571728606c3ef77faabddf1d9 branch: main specs: omnibus-software (4.0.0) @@ -33,8 +33,8 @@ GEM artifactory (3.0.15) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.530.0) - aws-sdk-core (3.122.1) + aws-partitions (1.536.0) + aws-sdk-core (3.123.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) @@ -42,7 +42,7 @@ GEM aws-sdk-kms (1.51.0) aws-sdk-core (~> 3, >= 3.122.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.105.1) + aws-sdk-s3 (1.108.0) aws-sdk-core (~> 3, >= 3.122.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) @@ -65,12 +65,12 @@ GEM solve (~> 4.0) thor (>= 0.20) builder (3.2.4) - chef (16.16.13) + chef (16.17.4) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.16.13) - chef-utils (= 16.16.13) + chef-config (= 16.17.4) + chef-utils (= 16.17.4) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -102,12 +102,12 @@ GEM tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (16.16.13-universal-mingw32) + chef (16.17.4-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.16.13) - chef-utils (= 16.16.13) + chef-config (= 16.17.4) + chef-utils (= 16.17.4) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -151,9 +151,9 @@ GEM win32-taskscheduler (~> 2.0) wmi-lite (~> 1.0) chef-cleanroom (1.0.4) - chef-config (16.16.13) + chef-config (16.17.4) addressable - chef-utils (= 16.16.13) + chef-utils (= 16.17.4) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -161,7 +161,7 @@ GEM chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (16.16.13) + chef-utils (16.17.4) chef-vault (4.1.4) chef-zero (15.0.11) ffi-yajl (~> 2.2) @@ -212,7 +212,7 @@ GEM highline (2.0.3) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.49.0) + inspec-core (4.50.3) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -240,7 +240,7 @@ GEM iso8601 (0.13.0) jmespath (1.4.0) json (2.6.1) - kitchen-vagrant (1.10.0) + kitchen-vagrant (1.11.0) test-kitchen (>= 1.4, < 4) libyajl2 (2.1.0) license-acceptance (2.1.13) @@ -363,7 +363,7 @@ GEM strings-ansi (0.2.0) structured_warnings (0.4.0) syslog-logger (1.6.8) - test-kitchen (3.1.1) + test-kitchen (3.2.1) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) ed25519 (~> 1.2) @@ -478,4 +478,4 @@ DEPENDENCIES winrm-fs (~> 1.0) BUNDLED WITH - 2.2.22 + 2.2.32 |