Gemtracker v1.0.5 is here!
Gemtraker is a terminal-based TUI (written in Go with BubbleTea) that makes it way easier to understand and manage your Ruby bundle. Just run it in any project that has a Gemfile.lock and you insta...

Source: DEV Community
Gemtraker is a terminal-based TUI (written in Go with BubbleTea) that makes it way easier to understand and manage your Ruby bundle. Just run it in any project that has a Gemfile.lock and you instantly get: Full visibility into every gem version (direct + transitive dependencies) Outdated gem detection with latest version info CVE/vulnerability highlighting so you can quickly spot risky transitive gems Interactive dependency tree (forward & reverse) Tabs for Gems, Search, CVEs, and detailed views with direct links to RubyGems & GitHub It’s perfect for day-to-day dependency hygiene and compliance work (SOC 2, security audits, etc.) where you need to prove exactly what’s in your supply chain.If you work with Ruby or Rails projects, I’d love for you to give it a spin! Test it, break it, share feedback, suggest features, or submit a PR — all contributions are very welcome. https://github.com/spaquet/gemtracker Looking forward to your thoughts, support and contributions!