Merge pull request #2846 from jalessio/upgrade-to-ruby-build-v20230330

Upgrade to ruby-build v20230330
This commit is contained in:
Anthony Sottile 2023-04-29 13:03:19 -04:00 committed by GitHub
commit 5cd99d81ad
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', '9d92a69'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '855b963'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',