mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
JRuby: remove openssl@1.1
requirement from jruby-dev
This is to allow JRuby itself to check for compatible OpenSSL versions and not have ruby-build abort early on macOS.
This commit is contained in:
parent
db600ccdfd
commit
99fda28fc4
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ Linux)
|
|||
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-20.04.tar.gz" jruby
|
||||
;;
|
||||
Darwin)
|
||||
use_homebrew_openssl
|
||||
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-macos-latest.tar.gz" jruby
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue