Update ruby-build to latest available

This commit is contained in:
Jamie Alessio 2022-03-31 10:33:36 -07:00 committed by Anthony Sottile
parent b97bb1809f
commit 9021fa15dd
2 changed files with 1 additions and 1 deletions

View file

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