Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sprockets dependency #358

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Remove sprockets dependency #358

merged 1 commit into from
Nov 18, 2020

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Nov 17, 2020

Testing removing the sprockets dependency as a first step to understanding and resolving #310 and the PRs: #311 and #345.

In the circleci config it runs bundle install when it has just checked out the code so it pulls in sprockets 4 (or gets it from cache). Then it does engine cart and the rails version might pin it to an earlier version of sprockets there. But after the engine cart generation there's another bundle install which is where the error was happening. So if we precede that with a sprockets upgrade everything seems to work fine. This should now be caching so it shouldn't slow things down, but maybe we want to look at caching more down the line.

closes #310

@cjcolvar cjcolvar marked this pull request as ready for review November 17, 2020 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browse-everything should not require sprockets 3.x only
3 participants