-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Bump to sprockets 4.0.0 #6172
Bump to sprockets 4.0.0 #6172
Conversation
I think CodeClimate started flagging all these errors we have been ignoring in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks @rhymes 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally. LGTM!!
What type of PR is this? (check all applicable)
Description
This PR upgrades sprockets from 3.7.2 to 4.0.0, see changelog
The main new features are:
This is the upgrade guide: https://github.com/rails/sprockets/blob/master/UPGRADING.md
I also generated a new Rails 5.2 app and double checked the configuration.
Added tests?