diff --git a/docs/installation/mac-os.md b/docs/installation/mac-os.md index d82799506..3d0dca625 100644 --- a/docs/installation/mac-os.md +++ b/docs/installation/mac-os.md @@ -45,6 +45,17 @@ For additional configuration, [click here](/additional-postgres-setup) **_Solution:_** Run the command `rbenv install ` +**Error:** `ruby-build: definition not found: ` when `rbenv` was installed via `brew`. + +```bash +ruby-build: definition not found: + +See all available versions with `rbenv install --list'. If the version you need is missing, try upgrading ruby-build: +``` + +**_Solution:_** +Run the following to update `ruby-build`, `brew update && brew upgrade ruby-build`. After that, rerun `rbenv install ` and that version will get installed. + **Error:** ```bash