Created
July 11, 2014 06:16
-
-
Save jollyjoester/5c8f56259d639782820c to your computer and use it in GitHub Desktop.
gem memo
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
#バージョン | |
gem -v | |
#Gem自身をアップデート | |
gem update --system | |
#gemを探す | |
gem list [hoge] #頭からの文字列で | |
gem search [hoge] #正規表現で | |
#gemをインストール/アンインストール | |
gem install [hoge] | |
gem uninstall [hoge] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, gem.