Releases: rbenv/ruby-build
ruby-build 20231012
What's Changed
-
Pass ruby configuration flags on the command line by @mislav in #2267
Both
ruby-build
andrbenv install
can now receive ruby configuration options like so:ruby-build 3.2.2 /path/to/destination -- --with-config-option="value with spaces"
This is in addition to the RUBY_CONFIGURE_OPTS environment variable, but with the added benefit of the options forwarded to the
./configure
step exactly as they were specified on the command-line, meaning that this can be used to pass values containing spaces. -
Have
ruby-build <args...>
error out when passed invalid arguments or unrecognized flags by @mislav in #2267 -
Cease using
gmake
by default on FreeBSD and default toMAKE=make
like on other platforms by @Freaky in #2263 -
Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64 by @eregon in #2269
-
Bump mislav/bump-homebrew-formula-action from 2 to 3 by @dependabot in #2259
-
Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 by @dependabot in #2265
-
Enable shellcheck parsing of ruby-build source by @mislav in #2268
New Contributors
Full Changelog: v20230919...v20231012
ruby-build 20230919
What's Changed
Full Changelog: v20230914.1...v20230919
ruby-build 20230914.1
What's Changed
- Use the TruffleRuby JVM Standalones for truffleruby+graalvm-dev by @eregon in #2251
- Update URLs for truffleruby+graalvm-dev by @eregon in #2252
Full Changelog: v20230914...v20230914.1
ruby-build 20230914
ruby-build 20230912
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #2247
- Add JRuby 9.3.11.0 by @headius in #2248
Full Changelog: v20230904...v20230912
ruby-build 20230904
What's Changed
- Show openssl version used from homebrew by default by @MatasNed in #2226
- Bump up OpenSSL versions by @hsbt in #2227
- Avoid test failure when stubbing FreeBSD environment by @mislav in #2228
- Display the actual error when testing for Ruby's openssl extension by @YellowApple in #2223
- Remove
require_gcc
implementation by @mislav in #2232 - Remove
require_llvm
implementation by @mislav in #2231 - Update URLs for truffleruby+graalvm-dev by @eregon in #2244
New Contributors
- @MatasNed made their first contribution in #2226
- @YellowApple made their first contribution in #2223
Full Changelog: v20230717...v20230904
ruby-build 20230717
What's Changed
Full Changelog: v20230710...v20230717
ruby-build 20230710
What's Changed
Full Changelog: v20230615...v20230710
ruby-build 20230615
What's Changed
- Print a message about the new distribution and license when installing TruffleRuby 23.0 by @eregon in #2209
Full Changelog: v20230614...v20230615
ruby-build 20230614
What's Changed
Full Changelog: v20230608...v20230614