mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Update rbenv / ruby-build
This commit is contained in:
parent
9f2f405c3f
commit
14afbc7ad6
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -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',
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue