-
Notifications
You must be signed in to change notification settings - Fork 6
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 gems #509
upgrade gems #509
Conversation
c4c3eb7
to
b22536c
Compare
When I attempt to run this locally, I see the same infinite stack trace which was showing up in github actions:
It looks like you worked around this for github actions via downgrade, but this is a pain locally as brew doesn't carry older versions, so we should probably hold off until this is fixed with latest ruby? |
Locally I have rbenv where I have set ruby-version 3.3.5 for this repository. |
It looks like this works with ruby 3.3.6 if we upgrade to the latest version of bundler (see https://github.com/orgs/community/discussions/143096 and I've also verified locally this works) so maybe let's do that? |
bumped to ruby 3.3.5 mostly to bump from REXML 3.3.8 https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/
576a713
to
550d9f4
Compare
mostly to bump from REXML 3.3.8
https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/