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 /omnibus_overrides.rb | |
parent | b1b919bb7600fe1eec21a9dc5dddfa3cc35308ae (diff) | |
download | chef-8daf9561c6a1e4bfb199e2caec99f372ca1317e5.tar.gz |
Update to Ruby 2.7.32.7.3
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |