ruby 2.7.0 warnings
Closed this issue · 2 comments
vchepkov commented
After upgrade to ruby 2.7.0 warnings are bing emitted:
/usr/local/lib/ruby/gems/2.7.0/gems/faraday_middleware-0.13.1/lib/faraday_middleware/response_middleware.rb:14: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
olleolleolle commented
These warnings, can you find them in current master branch?
vchepkov commented
Sorry, I have checked the latest gem version and the code causing warning by the interpreter was still there.