Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/rbenv/ruby-build.git.
Pull mirroring failed .
Last successful update .
Last successful update .
-
v20220412
2004fd71 · ·ruby-build 20220412 * Add definition for Ruby 3.2.0-preview1 Ruby 3.2.0-preview1 has been released. https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/ This PR specifies the same OpenSSL version (3.0.2) as 3.2.0-dev. https://github.com/rbenv/ruby-build/blob/v20220324/share/ruby-build/3.2.0-dev#L1 * Add Ruby 3.1.2, 3.0.4, 2.7.6, 2.6.10 - https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-1-2-released/ - https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/ - https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-7-6-released/ - https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/
-
v20220324
a5ca3e48 · ·ruby-build 20220324 * Bump up OpenSSL 1.1.1n and 3.0.2 * Update openssl version at 2.4.0-preview versions * Add JRuby 9.3.4.0
-
-
v20220125
cbdbc6e4 · ·ruby-build 20220125 * Add JRuby 9.3.3.0 * Add TruffleRuby and TruffleRuby GraalVM 22.0.0.2
-
v20211227
8663d2ff · ·ruby-build 20211227 * Added 3.2.0-dev and switch ruby_3_1 branch at 3.1.0-dev * Use OpenSSL 3.x after Ruby 3.2
-
v20211225
9c556f21 · ·ruby-build 20211225 * Create 3.1.0 https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
-
-
-
-
v20211109
d796c179 · ·ruby-build 20211109 * YJIT has been merged with upstream CRuby and the repo used by ruby-build is no longer maintained properly. * Add JRuby 9.2.20.0 * Added 3.1.0-preview1
-
v20211019
30eb72fe · ·ruby-build 20211019 * Prefer maven URLs going forward We continue to maintain the S3 URLs but only as a courtesy for legacy apps and tools. The preferred URLs are the maven jruby-dist links, which have the same files but are federated and mirrored across the maven ecosystem. * Add JRuby 9.3.1.0 * Add TruffleRuby and TruffleRuby GraalVM 21.3.0
-
v20210928
f50312a5 · ·ruby-build 20210928 * Fix version check for Java 17 * Fixes https://github.com/rbenv/ruby-build/issues/1798 * OpenJDK 17 reports: $ java -version openjdk version "17" 2021-09-14 There is no dot in the version, so we need to only use the first match from grep -o. * Clarify it is a minimum required java version, not an exact version.
-
-
-
-
v20210801
887a13f8 · ·ruby-build 20210801 * TruffleRuby 21.2+ adds support for linux-aarch64 * Fixes #1786
-
v20210726
75c2fe45 · ·ruby-build 20210726 * Ensure it is safe to remove the prefix path for TruffleRuby or error * Only do clean_prefix_path for TruffleRuby and rename for clarity, since the logic is now TruffleRuby-specific.
-
-
-
v20210611
6b5c8148 · ·ruby-build 20210611 * Added JRuby 9.2.18.0 * Add jruby-dev * Uses the latest nightly, which is automatically built.