sitewriter
sitewriter copied to clipboard
Bump httparty from 0.15.7 to 0.21.0
Bumps httparty from 0.15.7 to 0.21.0.
Changelog
Sourced from httparty's changelog.
0.21.0
- escape filename in the multipart/form-data Content-Disposition header
- Fix request marshaling
- Replace
mime-types
withmini_mime
0.20.0
Breaking changes
- Require Ruby >= 2.3.0
Fixes
Marshal.dump
fails on response objects when request option:logger
is set or:parser
is a proc- Switch
:pem
option to toOpenSSL::PKey.read
to support other algorithms0.19.1
0.19.0
- Multipart/Form-Data: rewind files after read
- add frozen_string_literal pragma to all files
- [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](jnunemaker/httparty#729)
0.18.1
- Rename cop Lint/HandleExceptions to Lint/SuppressedException.
- Encode keys in query params.
- Fixed SSL doc example.
- Add a build status badge.
0.18.0
- Support gzip/deflate transfer encoding when explicit headers are set.
- Support edge case cookie format with a blank attribute.
0.17.3
0.17.2 is broken jnunemaker/httparty#681
0.17.2
0.17.1
... (truncated)
Commits
e731057
Update versiona2038f2
Add security notice in changelog455c222
Ignore asdf tool-versionscdb45a6
Merge pull request from GHSA-5pq7-52mg-hr42243a215
Merge pull request #769 from carlosantoniodasilva/ca-mini-mimea577aca
Merge pull request #773 from petergoldstein/feature/add_ruby_3_2_to_ci7bb1f94
Adds Ruby 3.2 to the CI matrix. Updates checkout action version.31d3d9d
Merge pull request #771 from mishina2228/update-ci-status-badge7737a77
Update CI status badge051c181
escape filename in the multipart/form-data Content-Disposition header- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.