Skip to content

Instantly share code, notes, and snippets.

@masakid
Created March 15, 2014 10:33
Show Gist options
  • Save masakid/9564855 to your computer and use it in GitHub Desktop.
Save masakid/9564855 to your computer and use it in GitHub Desktop.
macでruby update
#verを確認
ruby -v
gem -v
rails -v
#update
sudo gem update --system
sudo gem install rails
sudo gem install rake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment