Skip to content

Instantly share code, notes, and snippets.

@pinalbhatt
Created May 26, 2015 02:21
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 pinalbhatt/fd18e473d80da3542d94 to your computer and use it in GitHub Desktop.
Save pinalbhatt/fd18e473d80da3542d94 to your computer and use it in GitHub Desktop.
gem commands
#http://guides.rubygems.org/command-reference/
gem install <gemName>
gem uninstall <gemName>
sudo gem install jekyll-contentblocks
gem list #LISTING INSTALLED GEMS
sudo gem update #Update installed gems to the latest version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment