Commit 4fd39fc
Revert Gemfile path change - simpler is better
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 <[email protected]>1 parent 24c4c9c commit 4fd39fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments