Merge pull request #2576 from mishaschwartz/update-ruby-build-binary

Update ruby-build to 20220710 to ensure that the correct openssl version is used
This commit is contained in:
Anthony Sottile
2022-11-07 20:20:11 -05:00
committed by GitHub
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',