Merge pull request #2342 from jalessio/upgrade-to-ruby-build-20220412

Update ruby-build to v20220412
This commit is contained in:
Anthony Sottile 2022-04-17 10:44:37 -04:00 committed by GitHub
commit f7940112a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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', 'a5ca3e4'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '2004fd7'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',