Last active
May 11, 2016 06:06
-
-
Save shockby/ecd1fc049bcaddca16c70a8afca3ad5a to your computer and use it in GitHub Desktop.
Rubyのバージョンを2.2.5に上げる方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rbenv update | |
| rbenv install --list | |
| rbenv install 2.2.5 | |
| rbenv local 2.2.5 | |
| gem install bundler | |
| bundle install | |
| インストールが終わったら | |
| rbenv uninstall 2.2.4 (古いバージョン) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment