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

Conversation

MikeMcQuaid
Copy link
Member

This (incorrectly) removes gems that are also part of the system Ruby e.g. base64 which contradicts warnings from Ruby itself when requireing these gems.

Extracted from #17342 as this needs to be in master for that PR's vendored gems job to pass.

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.
@Bo98
Copy link
Member

Bo98 commented May 21, 2024

bundle install will just do the same though so this doesn't fix it.

@Bo98 Bo98 disabled auto-merge May 21, 2024 13:31
@MikeMcQuaid
Copy link
Member Author

Passing on this for now.

@MikeMcQuaid MikeMcQuaid deleted the no_bundle_clean branch May 22, 2024 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants