Skip to content

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

4 participants