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 13.0.6 #50909

Merged
merged 2 commits into from Apr 17, 2023
Merged

Update rake Gem to 13.0.6 #50909

merged 2 commits into from Apr 17, 2023

Commits on Mar 22, 2023

  1. Update rake Gem

    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.
    
    Specifically, I implemented this by running `bundle update rake scss_lint`, to also pick up the `scss_lint` 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
    
    Tested locally that this resolves for me the problems with running rake tasks on Rails 6.1
    
    Relying on existing tests to verify that this does not otherwise result in any change to functionality.
    Hamms committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    efe7e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    f831869 View commit details
    Browse the repository at this point in the history