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

Upgrade symmetric-encryption gem & bundler #732

Merged
merged 5 commits into from
Mar 16, 2024
Merged

Conversation

haydenrou
Copy link
Collaborator

@haydenrou haydenrou commented Mar 11, 2024

This PR:

  • Update bundler to the LTS
  • Upgrades symmetric-encryption gem*

*After our upgrade to Ruby 3.1.3, we require an upgrade to the symmetric-encryption gem (in an ideal world we may look for an alternative, since it's reasonably unmaintained - the last commit was 2 years ago). The reason for this was that Ruby 3.1 uses Psych 4.0, which has a breaking change when loading YAML in certain ways, see: https://bugs.ruby-lang.org/issues/17866
Version 4.5 of symmetric-encryption fixes this issue with this commit reidmorrison/symmetric-encryption@6a60abc , but I've upgraded to the latest version regardless, as it seems safe.

Closes #733

@haydenrou haydenrou self-assigned this Mar 11, 2024
@haydenrou haydenrou changed the title Update bundler Upgrade symmetric-encryption gem & bundler Mar 11, 2024
@haydenrou haydenrou marked this pull request as ready for review March 11, 2024 18:49
@haydenrou haydenrou requested a review from compwron March 11, 2024 18:49
@haydenrou haydenrou mentioned this pull request Mar 11, 2024
@haydenrou haydenrou merged commit f8fc3cd into master Mar 16, 2024
11 checks passed
@haydenrou haydenrou deleted the fix-rspec-workflow branch March 16, 2024 09: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.

Rspec workflow is broken
2 participants