Remove use of 'rvm-download' rbenv plugin

This commit is contained in:
Jamie Alessio 2023-02-19 12:39:33 -08:00
parent 5bc56889e9
commit ab6dab3660
4 changed files with 3 additions and 12 deletions

View file

@ -18,11 +18,6 @@ from typing import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '9d92a69'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',
'09bd7c6',
),
)