Postmodern

Results 523 comments of Postmodern

Manually edited the test and merged. Will be released in 0.9.0.

I added additional logic check in bbc327d80f094a8b24c446ca36da7b60d9579fb8 to also download the version files if the ruby version is not yet known. Will be released in 0.9.0.

Implemented an additional logic check for if the ruby version is not yet known, then download the versions. bbc327d80f094a8b24c446ca36da7b60d9579fb8 Will be released in 0.9.0.

I have recently added some logic to dynamically install the `[email protected]` or `openssl@3` homebrew package depending on the version of Ruby. See a37e332e055da91db5fb053a3d94ebb0f219043d I also duplicated the logic for MacPorts...

@komendantaa ruby-install 0.9.3 should fix this and will automatically switch between `[email protected]` and `openssl@3`. Have you tested ruby-install 0.9.3?

@lacostenycoder `cd` into `/usr/local/src/ruby-2.7.7` and run `sudo make uninstall`. That should remove the files installed into `/usr/local`. I eventually plan on adding a `ruby-uninstall` command that can safely remove installed...

How would people feel about an explicit `--enable jemalloc` or `--feature jemalloc` option? ```shell ruby-install --enable jemalloc ruby ruby-install --feature jemalloc ruby ``` Or do people prefer that `ruby-install` auto-detect...

@monfresh you don't seem to be previously involved in this conversation. Please refrain from using ruby-install issues to advertise Ruby on Mac, as this isn't the appropriate place for advertising....

Rubinius support was removed due to inactivity (see #435). Closing this.

The 0.9.0 branch now has a `-D,--debug` option that will output any `sudo` commands. fb4779c