Skip to content

Instantly share code, notes, and snippets.

@taea
Created February 25, 2014 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taea/9204041 to your computer and use it in GitHub Desktop.
Save taea/9204041 to your computer and use it in GitHub Desktop.
ruby-ruby-build を 直接 git pull する

brew update && brew upgrade でうまく最新のに更新されない場合にやるのヨサソウ( ˘ω˘)

$ cd ~/.rbenv
$ git pull origin master
$ cd ~/.rbenv/plugins/ruby-build
$ git pull origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment