Here’s a one-liner to get the current gems, in the form of a gem-install command:
gem list | cut -f 1 -d ' ' | grep -v -e '\*\*\*' | xargs echo sudo gem install
Here’s a one-liner to get the current gems, in the form of a gem-install command:
gem list | cut -f 1 -d ' ' | grep -v -e '\*\*\*' | xargs echo sudo gem install