Commit f2e551c
Fix script/convert to support both old and new file locations
The script/convert is used by CI minimum dependency tests. After moving
files into react_on_rails/ directory, the script needs to work with both:
- Old structure (before PR merges): Gemfile.development_dependencies at root
- New structure (after PR merges): Gemfile.development_dependencies in react_on_rails/
Added fallback logic to try the old location if new location doesn't exist.
This ensures CI passes for this PR and continues to work after merge.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 46d49a2 commit f2e551c
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
6 | 15 | | |
7 | 16 | | |
8 | 17 | | |
| |||
0 commit comments