Skip to content

Commit cf55aa7

Browse files
justin808claude
andcommitted
Fix script/convert for new monorepo structure
Update Gemfile.development_dependencies path to point to the new location under react_on_rails/ directory after the monorepo restructuring. Changes: - ../Gemfile.development_dependencies → ../react_on_rails/Gemfile.development_dependencies Fixes CI error: - No such file or directory - react_on_rails_pro/Gemfile.development_dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9731245 commit cf55aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/convert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
# move("../react_on_rails/spec/dummy/config/shakapacker.yml", "../react_on_rails/spec/dummy/config/webpacker.yml")
1919

2020
# Shakapacker - use version with async script loading support (8.2.0+)
21-
gsub_file_content("../Gemfile.development_dependencies", /gem "shakapacker", "[^"]*"/, 'gem "shakapacker", "8.2.0"')
21+
gsub_file_content("../react_on_rails/Gemfile.development_dependencies", /gem "shakapacker", "[^"]*"/, 'gem "shakapacker", "8.2.0"')
2222
gsub_file_content("../react_on_rails/spec/dummy/package.json", /"shakapacker": "[^"]*",/, '"shakapacker": "8.2.0",')
2323

2424
# The below packages don't work on the oldest supported Node version and aren't needed there anyway

0 commit comments

Comments
 (0)