Revert "DEV: Update to Sprockets 4.0 (#16467)" (#16524)

This reverts commit 01107e418e.

We have seen some random occurrences of corrupted assets, and think it may be related to the sprockets 4 update. Reverting for investigation
This commit is contained in:
David Taylor
2022-04-20 22:17:29 +01:00
committed by GitHub
parent 1551eaab01
commit c88ca23e8f
5 changed files with 27 additions and 25 deletions

View File

@@ -31,7 +31,9 @@ end
gem 'json'
gem 'sprockets'
# TODO: At the moment Discourse does not work with Sprockets 4, we would need to correct internals
# This is a desired upgrade we should get to.
gem 'sprockets', '3.7.2'
# this will eventually be added to rails,
# allows us to precompile all our templates in the unicorn master