-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a37e332
commit dc0c7f4
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### 0.9.3 / 2023-11-30 | ||
### 0.9.3 / 2023-12-01 | ||
|
||
* Run `brew` under the original `$SUDO_USER` if `ruby-install` is being ran | ||
under `sudo` to avoid running `brew` as `root`. | ||
|
@@ -7,6 +7,8 @@ | |
|
||
* Specify the homebrew `openssl` installation directory using the | ||
`--with-openssl-dir` option, in addition to `--with-opt-dir`. | ||
* When the package manager is homebrew, install `[email protected]` for Ruby <= 3.0 | ||
and `openssl@3` for Ruby >= 3.1, respectively. | ||
|
||
### 0.9.2 / 2023-09-19 | ||
|
||
|