Tags give the ability to mark specific points in history as being important
-
v20191111
7a627b31 · ·ruby-build 20191111 * Stop automatically linking to Homebrew OpenSSL. This has caused all sorts of problems over time, and with the recent split of OpenSSL v1.1 vs. v1.0 in Homebrew, it has become more complex for individual build definitions to correctly pick the compatible version of OpenSSL. You can preserve the old behavior by linking to Homebrew's openssl explicitly: ```sh brew install openssl@1.1 RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl@1.1` ruby-build ... ``` Note: use `openssl@1.0` for Ruby version that need it (typically pre-2.4).
-
v20191105
9383de3f · ·ruby-build 20191105 * Have `rbenv install --list` output match `ruby-build --definitions` * Detect `--strip` level when applying `diff -ru a b` (non-git) patches * Ensure missing curl/wget/aria2c error message is shown on stderr * Include header files with mruby * Use `mktemp` to securely initialize the build directory
-
-
v20191031
e4904cd4 · ·ruby-build 20191031 * Allow group-writeable Ruby installs #1370 There used to be a post-install step that does `chmod go-w` under the install prefix, but this interfered with people's desired setups. The original `chmod` was added to appease Bundler, which can emit warnings about world-writeable directories. If this comes back, please let us know.
-
v20191030
1fe53fac · ·ruby-build 20191030 * Turn on `--enable-shared` by default for all supported MRI Rubies. https://github.com/rbenv/ruby-build/pull/1368 Some gems need the host ruby to have shared library enabled. Currently, we're not aware of any potential downsides to having this enabled by default.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-