Skip to content

Instantly share code, notes, and snippets.

@shockby
Last active May 11, 2016 06:06
Show Gist options
  • Select an option

  • Save shockby/ecd1fc049bcaddca16c70a8afca3ad5a to your computer and use it in GitHub Desktop.

Select an option

Save shockby/ecd1fc049bcaddca16c70a8afca3ad5a to your computer and use it in GitHub Desktop.
Rubyのバージョンを2.2.5に上げる方法
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