-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix logs and console for Ruby 3.3 #834
Conversation
Your Render PR Server URL is https://bridgetown-api-pr-834.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cm8f2kud3nmc73fuenn0. |
Your Render PR Server URL is https://bridgetown-beta-pr-834.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cm8f2l6d3nmc73fuenr0. |
Ran into a problem trying to get CI to work with Ruby 3.3 — seems there's no prebuilt extension available for Nokolexbor yet. |
msg.to_s | ||
end | ||
def initialize | ||
super $stdout, formatter: proc { |_, _, _, msg| msg.to_s } |
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.
💯
Resolves #833