Skip to content

Instantly share code, notes, and snippets.

@marcotc
Created January 11, 2017 22:14
Show Gist options
  • Save marcotc/90eae948bbe4a47d76e12e118c9f7f38 to your computer and use it in GitHub Desktop.
Save marcotc/90eae948bbe4a47d76e12e118c9f7f38 to your computer and use it in GitHub Desktop.
Fix ruby readline version mismatch on MacOS with homebrew
brew update && brew upgrade
for i in `rbenv versions --bare|xargs`; do rbenv install -f $i && RBENV_VERSION=$i gem pristine --all; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment