Skip to content
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

Lock Down Sprockets to v3.7.2 #152

Merged
merged 1 commit into from Oct 8, 2019

Commits on Oct 8, 2019

  1. Lock Down Sprockets to v3.7.2

    Sprockets v4.0 was released on 10/8/2019, which removed the
    `.register_engine` method that is depended on by many extensions to
    Sprockets at the current moment. Lock down Sprockets to v3.7.2 to avoid
    these issues, which will show up when the app is loaded or tests are
    run.
    
    WORKAREA-18
    Tom Scott committed Oct 8, 2019
    Copy the full SHA
    510588f View commit details
    Browse the repository at this point in the history