mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 15:51:32 +02:00
Add ruby-dev definition
* Currently the same as 3.3.0-dev but that name changes every year, so this makes it easy to install ruby dev/master.
This commit is contained in:
parent
d312f5a403
commit
4b7ce4d00f
1 changed files with 2 additions and 0 deletions
2
share/ruby-build/ruby-dev
Normal file
2
share/ruby-build/ruby-dev
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "openssl-3.1.4" "https://www.openssl.org/source/openssl-3.1.4.tar.gz#840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3" openssl --if needs_openssl:1.0.2-3.x.x
|
||||
install_git "ruby-master" "https://github.com/ruby/ruby.git" "master" autoconf standard_build standard_install_with_bundled_gems verify_openssl
|
Loading…
Reference in a new issue