From aef1a6ff8161fcde2572da089c4ee55d7aaebce7 Mon Sep 17 00:00:00 2001 From: Kimball Bighorse Date: Fri, 17 Mar 2023 11:45:57 -0700 Subject: [PATCH 1/2] Indicate `ruby` location for `rbenv` instructions --- docs/FixingOpenSSLVersionProblem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FixingOpenSSLVersionProblem.md b/docs/FixingOpenSSLVersionProblem.md index b0184a4eda4..b51ce23728f 100644 --- a/docs/FixingOpenSSLVersionProblem.md +++ b/docs/FixingOpenSSLVersionProblem.md @@ -59,7 +59,7 @@ And re-install, using the correct OpenSSL installation: Use the `ruby-build` instructions; `chruby` doesn't require anything special. ### Rebuilding Ruby using `rbenv` -Use the `ruby-build` instructions; `rbenv` doesn't require anything special. +Use the `ruby-build` instructions; `rbenv` doesn't require anything special, although use `~/.rbenv/versions` for the install location, not `~/.rubies`. ### Rebuilding Ruby using `ruby-build` Make sure ruby-build is up to date From 1720d3e789bfee1cc22ad8b3d3a0e33aebd4a10e Mon Sep 17 00:00:00 2001 From: Kimball Bighorse Date: Wed, 22 Mar 2023 15:03:19 -0700 Subject: [PATCH 2/2] [skip changelog]