I found this script that find all manually installed packages in Fedora (every argument that I passed yum install
). Specifically, the script does not return dependencies that were automatically installed. Is there something similar for Ruby Gems?
Otherwise, does Ruby Gems keep a command history somewhere?