http icon indicating copy to clipboard operation
http copied to clipboard

Using the last argument as keyword parameters is deprecated

Open Duartemartins opened this issue 5 years ago • 0 comments

I'm getting this issue since updating to Ruby 2.7.1, specifically:

/Users/duartemartins/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/http-4.4.1/lib/http/response/body.rb:49: warning: Using the last argument as keyword parameters is deprecated

I've tried adding export RUBYOPT='-W:no-deprecated -W:no-experimental' to .zschrc to no avail.

Duartemartins avatar May 20 '20 11:05 Duartemartins