Commit 99fda28f authored by Mislav Marohnić's avatar Mislav Marohnić Committed by Benoit Daloze
Browse files

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.
parent db600ccd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
  ;;
*)