mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-09 10:41:18 +02:00
Update jruby-dev to use newer ubuntu download
This commit is contained in:
parent
c6ec50f8a5
commit
0a0bb48d3a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
case $(uname -s) in
|
||||
Linux)
|
||||
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-20.04.tar.gz" jruby
|
||||
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-24.04.tar.gz" jruby
|
||||
;;
|
||||
Darwin)
|
||||
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