Skip to content

Instantly share code, notes, and snippets.

@cliffom
Created September 20, 2016 23:54
Show Gist options
  • Save cliffom/92a0841f14a1a6f43076993bada5a115 to your computer and use it in GitHub Desktop.
Save cliffom/92a0841f14a1a6f43076993bada5a115 to your computer and use it in GitHub Desktop.
Use Ruby 2.2.5
rbenv install 2.2.5
rbenv local 2.2.5
rbenv global 2.2.5
rbenv rehash
gem install bundler
bundle install
@jwelshiv
Copy link

for rvm

rvm get head
rvm install 2.2.5
rvm use 2.2.5 --default
gem install bundler
bundle install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment