solidusio / solidus_starter_frontend

🎨 Rails-based starter kit for your Solidus storefront.
BSD 3-Clause "New" or "Revised" License
55 stars 37 forks source link

Fix too deep options propagation during solidus install #295

Open kennyadsl opened 1 year ago

kennyadsl commented 1 year ago

Running bin/sandbox we can see how solidus options are propagated to other gem installation as well. In the sandbox generation logs:

rails    generate rspec:install --auto-accept --auto-run-migrations

--auto-accept --auto-run-migrations should not be present.