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 File.join(destination_root, "Gemfile") approach added unnecessary
complexity. Rails generators run with the Rails root as the working
directory, so the simple "Gemfile" string is more reliable and
consistent with how other Rails generators resolve paths.
This leaves NO net changes from this PR since the auto-remove feature
was already reverted in commit 24c4c9c.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments