#!/bin/sh echo ">> You can uninstall the Ruby gems if no other packages require them." echo ">> For example, 'gem uninstall sequel' would uninstall the 'sequel' Ruby gem." exit 0