Brew
Run a diagnostic to list all the packages you've installed with Homebrew. You should see Ruby and its dependencies.
You can uninstall Ruby from Homebrew with brew uninstall --force ruby
The brew autoremove
command will remove unused dependencies.
Postgres - Start / Stop
Last updated