diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-05 19:27:07 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-05 20:23:42 -0700 |
commit | 8daf9561c6a1e4bfb199e2caec99f372ca1317e5 (patch) | |
tree | 811be135be86f192f9a4f61c750e7d5aabc1c6ac | |
parent | b1b919bb7600fe1eec21a9dc5dddfa3cc35308ae (diff) | |
download | chef-8daf9561c6a1e4bfb199e2caec99f372ca1317e5.tar.gz |
Update to Ruby 2.7.32.7.3
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 20 | ||||
-rw-r--r-- | omnibus_overrides.rb | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8e888103e6..4ad0bf703c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM faraday-net_http (1.0.1) faraday_middleware (1.0.0) faraday (~> 1.0) - fauxhai-ng (8.7.0) + fauxhai-ng (8.7.1) net-ssh ffi (1.15.0) ffi (1.15.0-x64-mingw32) @@ -288,7 +288,7 @@ GEM rake (13.0.3) rb-readline (0.5.5) regexp_parser (2.1.1) - rexml (3.2.4) + rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index f8db8aab13..2d8ac3bfcc 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: f745eed68f60b2a0a7e6b90dc8a504f5f720e34a + revision: 8e34218adde45372ae13230204c9e820b69a166b branch: master specs: omnibus-software (4.0.0) @@ -64,12 +64,12 @@ GEM solve (~> 4.0) thor (>= 0.20) builder (3.2.4) - chef (16.11.7) + chef (16.12.3) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.11.7) - chef-utils (= 16.11.7) + chef-config (= 16.12.3) + chef-utils (= 16.12.3) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -101,12 +101,12 @@ GEM tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (16.11.7-universal-mingw32) + chef (16.12.3-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) bundler (>= 1.10) - chef-config (= 16.11.7) - chef-utils (= 16.11.7) + chef-config (= 16.12.3) + chef-utils (= 16.12.3) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -150,9 +150,9 @@ GEM win32-taskscheduler (~> 2.0) wmi-lite (~> 1.0) chef-cleanroom (1.0.2) - chef-config (16.11.7) + chef-config (16.12.3) addressable - chef-utils (= 16.11.7) + chef-utils (= 16.12.3) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -160,7 +160,7 @@ GEM chef-telemetry (1.0.29) chef-config concurrent-ruby (~> 1.0) - chef-utils (16.11.7) + chef-utils (16.12.3) chef-vault (4.1.0) chef-zero (15.0.4) ffi-yajl (~> 2.2) diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index b6955afc04..69f5520199 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -16,7 +16,7 @@ override "ncurses", version: "5.9" override "nokogiri", version: "1.11.0" override "openssl", version: mac_os_x? ? "1.1.1k" : "1.0.2y" override "pkg-config-lite", version: "0.28-1" -override "ruby", version: "2.7.2" +override "ruby", version: "2.7.3" override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18" override "util-macros", version: "1.19.0" override "xproto", version: "7.0.28" |