Software engineer, data guy, Open Source enthusiast, New Hampshire resident, husband, father. Fan of guitars, hiking, photography, homebrewing, sarcasm.
Daily cron job to check for outdated Ruby gems via RVM
I am running Apache + Passenger on a server which is set to use the global RVM gemset for all vhosts. Here’s a simple cron script to check for gem updates.
Check which RVM gemset you are using:
Create a new script: (ex: /root/scripts/cron_gem_outdated.sh)