Software Development
Pages
Home
About
Contact
Thursday, April 23, 2015
Upgrading Ruby using rbenv
1. Change the default version of Ruby globally to use 2.2.2
rbenv global 2.2.2
2. Change the ruby version in Gemfile
ruby '2.2.2'
3. gem install bundler
4. bundle
Newer Post
Older Post
Home