Merge pull request #2319 from jalessio/jamie/upgrade-rbenv-and-ruby-build

Update ruby-build to latest available (v20220324)
This commit is contained in:
Anthony Sottile
2022-03-31 14:35:15 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ from typing import Sequence
REPOS = (
('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',
'https://github.com/garnieretienne/rvm-download',