Merge pull request #3199 from ThisGuyCodes/thisguycodes/upgrade-ruby-build

Upgrade to ruby-build v20240501
This commit is contained in:
Anthony Sottile 2024-09-28 13:16:09 -04:00 committed by GitHub
commit 6c068a78d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -17,7 +17,7 @@ from collections.abc import Sequence
REPOS = (
('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'),
('ruby-build', 'https://github.com/rbenv/ruby-build', '855b963'),
('ruby-build', 'https://github.com/rbenv/ruby-build', 'ed384c8'),
(
'ruby-download',
'https://github.com/garnieretienne/rvm-download',