Skip to content

Commit 14afbc7

Browse files
jalessioasottile
authored andcommitted
Update rbenv / ruby-build
1 parent 9f2f405 commit 14afbc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pre_commit/resources/rbenv.tar.gz

536 Bytes
Binary file not shown.
679 Bytes
Binary file not shown.

testing/make-archives

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ from typing import Sequence
1515

1616

1717
REPOS = (
18-
('rbenv', 'git://github.com/rbenv/rbenv', '0843745'),
19-
('ruby-build', 'git://github.com/rbenv/ruby-build', '500863c'),
18+
('rbenv', 'https://github.com/rbenv/rbenv', '585ed84'),
19+
('ruby-build', 'https://github.com/rbenv/ruby-build', 'e9fa4bf'),
2020
(
2121
'ruby-download',
22-
'git://github.com/garnieretienne/rvm-download',
22+
'https://github.com/garnieretienne/rvm-download',
2323
'09bd7c6',
2424
),
2525
)

0 commit comments

Comments
 (0)