ruby: update ruby-build to 20220710 to ensure that the correct openssl version is used

This commit is contained in:
mishaschwartz 2022-11-01 13:09:29 -04:00 committed by Anthony Sottile
parent 3ca9ea7b98
commit 97ad4f89ec
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ from typing import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '2004fd7'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '98c0337'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',