sendgrid-ruby 6.1.0 caused this issue https://github.com/sendgrid/ruby-http-client/issues/117 to appear in our production environment. ruby-http-client has recently fixed the issue in version 3.5.0, but the current sendgrid-ruby release 6.1.1 (released at about the same time) still only allows for ruby-http-client ~> 3.4.0.
Steps to Reproduce
Install sendgrid-ruby 6.1.1
Post an array to the Sendgrid API (see code snippet
Issue Summary
sendgrid-ruby 6.1.0 caused this issue https://github.com/sendgrid/ruby-http-client/issues/117 to appear in our production environment. ruby-http-client has recently fixed the issue in version 3.5.0, but the current sendgrid-ruby release 6.1.1 (released at about the same time) still only allows for ruby-http-client ~> 3.4.0.
Steps to Reproduce
undefined method bytesize' for #Array:0x00007f11061d84e0
(see https://github.com/sendgrid/ruby-http-client/issues/117)Code Snippet
Exception/Log
Technical details: