v2025.1.7
Fixed NameError when installing rubocop via gem after Ruby installation. The subprocess module was used but not imported, causing: ❌ gem install error: name 'subprocess' is not defined Added subprocess to imports at top of cli.py. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>