Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Upgrading RBENV to a new version of ruby

cam156 edited this page Jan 21, 2015 · 2 revisions
  1. Try installing the new version of ruby (if it installs skip step 2 & 3)

rbenv install <new version>

  1. If you get an error message you may need to update rbenv

    brew update && brew upgrade ruby-build

  2. Then install again

rbenv install <new version>

  1. Install bundle

gem install bundle

Clone this wiki locally