forked from pool/ruby-build
631cf08e40
- Update to version 20241213. Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20241213 * Added 3.4.0-rc1 * Avoid array subscript error when checking OpenSSL versions by @mislav in #2461 * Allow named pipes as build definition argument by @mislav in #2462 * Clarify --list and --definitions in the README by @eregon in #2464 * Suggest to install rubies in a user-writable directory in the README by @eregon in #2465 * Add an environment variable to always build openssl/libssl by @eregon in #2466 * Warn that Ruby 3.1 support ends in less than 6 months by @mislav in #2471 * Update OpenSSL 3.0.15 by @hsbt in #2477 OBS-URL: https://build.opensuse.org/request/show/1231009 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=184
16 lines
460 B
Diff
16 lines
460 B
Diff
diff --git a/test/rbenv.bats b/test/rbenv.bats
|
|
index 4496b1f..a73ad79 100644
|
|
--- a/test/rbenv.bats
|
|
+++ b/test/rbenv.bats
|
|
@@ -103,9 +103,7 @@ The following versions contain \`1.9.3' in the name:
|
|
|
|
See all available versions with \`rbenv install --list-all'.
|
|
|
|
-If the version you need is missing, try upgrading ruby-build:
|
|
-
|
|
- git -C ${BATS_TEST_DIRNAME/$HOME\//~/}/.. pull
|
|
+If the version you need is missing, try upgrading ruby-build.
|
|
OUT
|
|
|
|
unstub brew
|