Skip to content

Bump the prod-minor-patch group in /ruby with 2 updates - #39

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bundler/ruby/prod-minor-patch-89b6f9478c
Open

Bump the prod-minor-patch group in /ruby with 2 updates#39
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bundler/ruby/prod-minor-patch-89b6f9478c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-minor-patch group in /ruby with 2 updates: excon and mechanize.

Updates excon from 1.5.0 to 1.7.1

Changelog

Sourced from excon's changelog.

1.7.1 2026-08-28

  • updated bundled certs

1.7.0 2026-08-06

  • update bundled certs
  • use weak keys for socket cache to improve memory usage

1.6.0 2026-07-16

  • bump actions/checkout
  • fix incorrect e vs error (x2)
  • add read_buffer_scratch to optimize memory/GC
Commits

Updates mechanize from 2.14.0 to 2.14.1

Release notes

Sourced from mechanize's releases.

2.14.1 / 2026-08-22

Security

  • Strip both Proxy-Authorization and Cookie2 headers on a cross-origin redirect. GHSA-2mwr-xjcg-37j7
  • Headers set through Mechanize#request_headers= now obey the same cross-origin redirect rules as per-request headers, instead of being re-applied unconditionally to every request. GHSA-2mwr-xjcg-37j7
  • A redirect is now considered cross-origin when the scheme, the host or the port changes, per RFC 6454. Previously only a host change discarded cookies, and an https: to http: redirect to the same host carried credentials in cleartext. GHSA-5jgv-wc2m-xv99
  • A meta refresh that points cross-origin now discards sensitive request headers, the same as an HTTP redirect. Previously headers set through Mechanize#request_headers= followed it unconditionally. GHSA-c6rp-p8xm-4q9f

Improved

  • A meta refresh now carries the original request's headers, minus any credential withheld for crossing an origin and minus the entity headers of the original request. Previously it carried only the headers set through Mechanize#request_headers=.
  • robots.txt is fetched without any caller-supplied request headers, on any origin. Previously it received the headers set through Mechanize#request_headers=. It is a request mechanize makes on its own behalf.
Changelog

Sourced from mechanize's changelog.

2.14.1 / 2026-08-22

Security

  • Strip both Proxy-Authorization and Cookie2 headers on a cross-origin redirect. GHSA-2mwr-xjcg-37j7
  • Headers set through Mechanize#request_headers= now obey the same cross-origin redirect rules as per-request headers, instead of being re-applied unconditionally to every request. GHSA-2mwr-xjcg-37j7
  • A redirect is now considered cross-origin when the scheme, the host or the port changes, per RFC 6454. Previously only a host change discarded cookies, and an https: to http: redirect to the same host carried credentials in cleartext. GHSA-5jgv-wc2m-xv99
  • A meta refresh that points cross-origin now discards sensitive request headers, the same as an HTTP redirect. Previously headers set through Mechanize#request_headers= followed it unconditionally. GHSA-c6rp-p8xm-4q9f

Improved

  • A meta refresh now carries the original request's headers, minus any credential withheld for crossing an origin and minus the entity headers of the original request. Previously it carried only the headers set through Mechanize#request_headers=.
  • robots.txt is fetched without any caller-supplied request headers, on any origin. Previously it received the headers set through Mechanize#request_headers=. It is a request mechanize makes on its own behalf.
Commits
  • a40941e version bump to 2.14.1
  • 79c38dc Merge pull request #676 from sparklemotion/card-227-redirect-header-leak
  • 3d0436e doc: target a patch release
  • 401b5c9 doc: CHANGELOG describes only released-to-released changes
  • 6ce26d2 fix: repair three regressions from the header merge
  • 02a1235 fix: a withheld credential stays withheld for the whole operation
  • f80a781 doc: Clean up CHANGELOG
  • f7e2fe8 doc: request_headers documents the cross-origin rule
  • 84c74df fix: a meta refresh to another origin drops sensitive headers
  • 2f97fe3 fix: a redirect crosses an origin when scheme or port changes
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-minor-patch group in /ruby with 2 updates: [excon](https://github.com/excon/excon) and [mechanize](https://github.com/sparklemotion/mechanize).


Updates `excon` from 1.5.0 to 1.7.1
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v1.5.0...v1.7.1)

Updates `mechanize` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/sparklemotion/mechanize/releases)
- [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/mechanize@v2.14.0...v2.14.1)

---
updated-dependencies:
- dependency-name: excon
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-patch
- dependency-name: mechanize
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot enabled auto-merge (squash) September 3, 2026 22:07
…6f9478c

Co-authored-by: ProxyMesh AI <proxymeshai@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants