-
Notifications
You must be signed in to change notification settings - Fork 38
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
warning: Capturing the given block using Proc.new is deprecated; use &block
instead
#349
Comments
I got the same problem, downgrading to ruby 2.4.10 remove the warning, not familiar with Ruby, but it's good if we can see an update on this |
It looks like the issue with faraday was fixed here but ZAT still depends on 0.9.2. I'm just a user of this tool, but I may try to test using the newer faraday version and see what happens. |
fixes issue zendesk#349
Can this get merged? It looks like this will fix and issue with ZAT that my team is using. |
Zendesk likely abandoned ZAT and continue development in zcli, I already migrated two weeks ago, running well so far |
Hey folks,
I'm using ZAT and when launching my Sinatra instance using
zat server
I get the following output:As you can see in the output, the warning doesn't get in the way of the web server actually functioning. Just thought I would still report that in case it needs to be investigated.
As a note, I don't remember getting that error on macOS, if that helps troubleshooting.
My environment:
The bug seems to be linked to Gem so perhaps I sould report that to them ?
The text was updated successfully, but these errors were encountered: