Update rbenv / ruby-build versions

This commit is contained in:
Jamie Alessio
2022-01-13 12:14:58 -08:00
committed by Anthony Sottile
parent b944395d66
commit 428dc6e46e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -15,8 +15,8 @@ from typing import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '585ed84'),
('ruby-build', 'https://github.com/rbenv/ruby-build', 'e9fa4bf'),
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '8663d2f'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',