Skip to content

Instantly share code, notes, and snippets.

@electronicbites
Last active July 19, 2017 14:16
Show Gist options
  • Save electronicbites/8f2b51f1821c6d28cb0aebc129688bd2 to your computer and use it in GitHub Desktop.
Save electronicbites/8f2b51f1821c6d28cb0aebc129688bd2 to your computer and use it in GitHub Desktop.
update ruby to with rbenv
cd ~/.rbenv && git pull
cd ~/.rbenv/plugins/ruby-build && git pull && cd -
rbenv install 2.2.7
rbenv local 2.2.7
gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment