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:
Mislav Marohnić 2023-10-20 13:48:23 +02:00 committed by Benoit Daloze
parent db600ccdfd
commit 99fda28fc4

View file

@ -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
;;
*)