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

utils/gems: don't run bundle clean. #17343

Closed
wants to merge 1 commit into from
Closed

Commits on May 21, 2024

  1. utils/gems: don't run bundle clean.

    This (incorrectly) removes gems that are also part of the system Ruby
    e.g. `base64` which contradicts warnings from Ruby itself when
    `require`ing these gems.
    
    Extracted from #17342 as this needs to be in `master` for that PR's
    vendored gems job to pass.
    MikeMcQuaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    323d0ca View commit details
    Browse the repository at this point in the history