Refactor #20536
Use sprockets3 syntax in plugin_assets.rake
Description
sprockets 3 deprecates the use of environment.register_engine. We should instead register a transformer as per the migration guide (https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#registering-all-versions-of-sprockets-in-processors)
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/4730 added
#2
Updated by Anonymous over 4 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset e4f876c4583e128bb1e1933ab0bd8af77a203688.
Fixes #20536 - sprockets3 syntax in plugin_assets.rake
sprockets 3 deprecates the use of environment.register_engine. We should
instead register a transformer as per the migration guide
(https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#registering-all-versions-of-sprockets-in-processors)