Merge pull request #1913 from jalessio/jamie/upgrade-ruby

Update rbenv / ruby-build
This commit is contained in:
Anthony Sottile 2021-05-18 08:11:20 -07:00 committed by GitHub
commit a1f2d69552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -15,11 +15,11 @@ from typing import Sequence
REPOS = (
('rbenv', 'git://github.com/rbenv/rbenv', '0843745'),
('ruby-build', 'git://github.com/rbenv/ruby-build', '500863c'),
('rbenv', 'https://github.com/rbenv/rbenv', '585ed84'),
('ruby-build', 'https://github.com/rbenv/ruby-build', 'e9fa4bf'),
(
'ruby-download',
'git://github.com/garnieretienne/rvm-download',
'https://github.com/garnieretienne/rvm-download',
'09bd7c6',
),
)