rbenv-ruby-build/bin
Mislav Marohnić bc88537fc5
Avoid array subscript error when checking OpenSSL versions
If none of Homebrew OpenSSL versions satisfy the `needs_openssl` requirement,
array iteration will reach `index=-1` and that will raise a non-fatal error
when accessing the `versions` array. This makes sure not to go past index=0.
2024-11-05 14:42:53 +01:00
..
rbenv-install rbenv install: error out instead of prompting in non-interactive mode 2024-05-01 15:45:23 +02:00
rbenv-uninstall rbenv install: error out instead of prompting in non-interactive mode 2024-05-01 15:45:23 +02:00
ruby-build Avoid array subscript error when checking OpenSSL versions 2024-11-05 14:42:53 +01:00