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.
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.