Update httparty to 0.21.0
What does this MR do and why?
Update httparty to 0.21.0
This brings in several bug fixes and makes sure we have upstream CI coverage for Ruby 3.1 and 3.2.
Changes:
- escape filename in the multipart/form-data Content-Disposition header
- Fix request marshaling
- Replace mime-types with mini_mime
https://github.com/jnunemaker/httparty/blob/master/Changelog.md#0210
Diff: https://my.diffend.io/gems/httparty/0.20.0/0.21.0/
The most notable change is the move from the mime
gem to mini_mime
. We were already using minimime as part of the mail
gem.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #422678 (closed)