You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --status command now checks if GitHub-based swapped gems are outdated
and displays how many commits behind they are. This helps developers know
when they need to refresh their cached dependencies.
Features:
- Automatically fetches and compares commits with remote branch
- Shows number of commits behind for each outdated gem
- Provides example command to update
Example output:
⚠️ Outdated GitHub repositories detected:
shakapacker (shakacode/shakapacker@justin808/early-hints) - 2 commit(s) behind
💡 To update: Re-run your swap command to fetch latest changes
Example: bin/swap-deps --github 'shakacode/shakapacker#justin808/early-hints'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments