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

Update rake Gem to v12 #50908

Merged
merged 2 commits into from Mar 30, 2023
Merged

Update rake Gem to v12 #50908

merged 2 commits into from Mar 30, 2023

Commits on Mar 22, 2023

  1. Update rake Gem to v12

    Specifically to pick up ruby/rake#211, which is required for Rails 6.1 support; without it, we get `undefined method \`with_application' for Rake:Module (NoMethodError)` when trying to run any rails script.
    
    Note that we specifically implement this by updating the `scss_lint` gem to pick up the change "Relax gem dependency constraints to allow rake 12.x"
    
    - https://github.com/sds/scss-lint/blob/master/CHANGELOG.md#0510
    - https://github.com/ruby/rake/releases/tag/v12.2.0
    Hamms committed Mar 22, 2023
    Copy the full SHA
    b9539f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    649f45e View commit details
    Browse the repository at this point in the history