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

Add base64 and csv gems to Gemfile #17342

Closed
wants to merge 1 commit into from

Conversation

MikeMcQuaid
Copy link
Member

These will be needed with Ruby 3.4 and base64 is blocking #16893.

Relatedly:

  • don't use HOMEBREW_BOOTSNAP by default in all CI jobs. We can add it back one-by-one where necessary but as-is it's breaking too much with base64
  • ensure that csv gem is not committed and optionally installed on demand by brew contributions --csv
  • no longer hide warnings about base64/csv requires
  • don't run bundle clean because it can remove gems we need

MikeMcQuaid added a commit that referenced this pull request May 21, 2024
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.
These will be needed with Ruby 3.4 and base64 is blocking #16893.

Relatedly:
- don't use `HOMEBREW_BOOTSNAP` by default in all CI jobs. We can add it
  back one-by-one where necessary but as-is it's breaking too much with
  `base64`
- ensure that `csv` gem is not committed and optionally installed on
  demand by `brew contributions --csv`
- no longer hide warnings about base64/csv requires
@MikeMcQuaid
Copy link
Member Author

Passing on this for now.

@miccal miccal deleted the add_base64_csv_gems branch May 22, 2024 13:11
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

1 participant