ruby: update ruby-build to 20220710 to ensure that the correct openssl version is used
This commit is contained in:
parent
3ca9ea7b98
commit
97ad4f89ec
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue