Gem commands cheatsheet.md
gem list - List all gems installed
gem list -i <gem_name> - It shows if a gem exists or not. The output is true or false
gem list <gem_name> - It shows the gem version
Example: gem list zlib
gem which - It shows the gem path