Enable verbose mode while gem install of package

This is a quick post on how to enable verbose mode while gem install of package. When we install package with gem command, it takes time to fetch the spec file from site . We require the verbose mode to check the progress of installation. It helps in troubleshooting in case there is any problem … Read more