v5.0.7
This is a hotfix release to address an issue with the deployment of v5.0.6 in production environments. Some JS code added in v5.0.6 was using features from ES6, and sprockets couldn't deal with that by default.
It has been decided to fix this issue by moving public JS code from sprockets to webpacker. To prevent future errors like this, deployments to a staging environment will be performed from now on before releasing a new version.