Merge pull request #2205 from jalessio/jamie/upgrade-rbenv

Update rbenv / ruby-build versions
This commit is contained in:
Anthony Sottile
2022-01-15 16:19:59 -05:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -15,8 +15,8 @@ from typing import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '585ed84'),
('ruby-build', 'https://github.com/rbenv/ruby-build', 'e9fa4bf'),
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '8663d2f'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',