Update rbenv / ruby-build

This commit is contained in:
Jamie Alessio 2021-05-15 14:22:13 -07:00 committed by Anthony Sottile
parent 9f2f405c3f
commit 14afbc7ad6
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -15,11 +15,11 @@ from typing import Sequence
REPOS = ( REPOS = (
('rbenv', 'git://github.com/rbenv/rbenv', '0843745'), ('rbenv', 'https://github.com/rbenv/rbenv', '585ed84'),
('ruby-build', 'git://github.com/rbenv/ruby-build', '500863c'), ('ruby-build', 'https://github.com/rbenv/ruby-build', 'e9fa4bf'),
( (
'ruby-download', 'ruby-download',
'git://github.com/garnieretienne/rvm-download', 'https://github.com/garnieretienne/rvm-download',
'09bd7c6', '09bd7c6',
), ),
) )