diff options
Diffstat (limited to '')
-rwxr-xr-x | testing/make-archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/make-archives b/testing/make-archives index cec9a9f..8ec05e2 100755 --- a/testing/make-archives +++ b/testing/make-archives @@ -17,7 +17,7 @@ from typing import Sequence REPOS = ( ('rbenv', 'https://github.com/rbenv/rbenv', '38e1fbb'), - ('ruby-build', 'https://github.com/rbenv/ruby-build', '9d92a69'), + ('ruby-build', 'https://github.com/rbenv/ruby-build', '855b963'), ( 'ruby-download', 'https://github.com/garnieretienne/rvm-download', |