Commit e835e09
Fix Gemfile.development_dependencies path in dummy app
The dummy app Gemfile was looking for Gemfile.development_dependencies three
levels up (at repo root), but after the monorepo restructure it's in
react_on_rails/Gemfile.development_dependencies (two levels up from dummy).
Changed path from ../../../ to ../../
Fixes Integration Tests CI failure where bundle was unable to find the file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8ca31d4 commit e835e09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
0 commit comments