Skip to content

Instantly share code, notes, and snippets.

@jollyjoester
Created July 11, 2014 06:16
Show Gist options
  • Save jollyjoester/5c8f56259d639782820c to your computer and use it in GitHub Desktop.
Save jollyjoester/5c8f56259d639782820c to your computer and use it in GitHub Desktop.
gem memo
#バージョン
gem -v
#Gem自身をアップデート
gem update --system
#gemを探す
gem list [hoge] #頭からの文字列で
gem search [hoge] #正規表現で
#gemをインストール/アンインストール
gem install [hoge]
gem uninstall [hoge]
@jollyjoester
Copy link
Author

Hello, gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment