upgrade rbenv / ruby-build

This commit is contained in:
anthony sottile 2025-10-24 15:18:07 -04:00
parent 2db924eb98
commit fc33a62f3c
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -16,8 +16,8 @@ from collections.abc import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', 'ed384c8'),
('rbenv', 'https://github.com/rbenv/rbenv', '10e96bfc'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '447468b1'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',