The accept-charset header is no longer sent. In early versions of Mechanize, circa 2007, this was a common header but now no modern browser sends it, and servers are instructed to ignore it. See #646 for an example of a server that is confused by its presence. (#647) @flavorjones
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ mechanize (2.10.1 → 2.11.0) · Repo · Changelog
Release Notes
2.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
version bump to v2.11.0
Merge pull request #648 from sparklemotion/flavorjones-647-remove-deprecated-headers
tidy: do not send the deprecated `accept-charset` header
↗️ addressable (indirect, 2.8.6 → 2.8.7) · Repo · Changelog
Release Notes
2.8.7 (from changelog)
Does any of this look wrong? Please let us know.
↗️ mime-types-data (indirect, 3.2024.0604 → 3.2024.0702) · Repo · Changelog
Release Notes
3.2024.0702 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Update gemspec for missing files
Add missing file updates
`audio/x-aac` was deprecated in favour of `audio/aac`
Update mime-types-data 3.2024.0702 / 2024-07-02
Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0
↗️ public_suffix (indirect, 5.0.5 → 6.0.0) · Repo · Changelog
Release Notes
6.0.0 (from changelog)
5.1.1 (from changelog)
5.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Release 6.0.0
Release 5.1.0
Updated list from source (#311)
Updated list from source (#310)
Updated list from source (#309)
Updated list from source (#308)
Updated list from source (#307)
Updated list from source (#306)
Updated list from source (#305)
Updated list from source (#304)
Fix rubocop
Update SECURITY.md
Update mocha requirement from ~> 2.2.0 to ~> 2.3.0 (#303)
Updated list from source (#302)
Update psl-update.yml
Updated list from source (#301)
Updated list from source (#300)
Updated list from source (#299)
Updated list from source (#298)
Updated list from source (#297)
Updated list from source (#296)
Updated list from source (#295)
Updated list from source (#294)
Update mocha requirement from ~> 2.1.0 to ~> 2.2.0 (#292)
Remove support for old Ruby
Fix rubocop false positive
Fix rubocop offense
Updated list from source (#293)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands