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
fix: Use destination_root for Gemfile path in generator
Fix shakapacker detection by using destination_root for the Gemfile path
instead of just "Gemfile". This ensures we check the correct Gemfile in
the target Rails app, not the gem's directory.
This prevents the "gem specified twice" error that occurred when Rails
apps already had shakapacker in their Gemfile but our detection failed
to find it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments