-
Notifications
You must be signed in to change notification settings - Fork 235
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
Apply Ruby and Rails patches #4020
Conversation
❯ bundle update rails
❯ bundle lock --add-platform x86_64-linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
confirmed this at least boots/is deployable 🤞
Thanks Looks like there are a couple more security issues:
Ok for me to add patches for these in this PR? |
feel free to add as many patches as you like as long as they are low-risk, but I'd recommend hunting down these test-bugs first before adding more :)
|
|
❯ bundle update diffy
I see there's an |
does octokit need the update ? |
ahh
|
taking care of octokit here #4022 |
Changes