Skip to content

Bump the "all" group with 1 updates across multiple ecosystems#914

Merged
MikeMcQuaid merged 3 commits into
mainfrom
dependabot/all-6cea50c06c
Nov 10, 2025
Merged

Bump the "all" group with 1 updates across multiple ecosystems#914
MikeMcQuaid merged 3 commits into
mainfrom
dependabot/all-6cea50c06c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the all group with 5 updates:

Package From To
minitest 5.26.0 5.26.1
faraday-net_http 3.4.1 3.4.2
net-http 0.6.0 0.7.0
rack 3.2.3 3.2.4
uri 1.0.4 1.1.1

Updates minitest from 5.26.0 to 5.26.1

Changelog

Sourced from minitest's changelog.

=== 5.26.1 / 2025-11-08

The Ocean Shores, Slightly Less Tipsy Edition!

  • 3 bug fixes:

    • Add links to API doco in README.
    • Add missing require thread.
    • Bumped ruby version to include 4.0 (trunk). (hsbt) (see also 5.14.2)
Commits
  • 15265da prepped for release
  • 7b2e090 - Bumped ruby version to include 4.0 (trunk). (hsbt)
  • c54c262 Ryan! STAHP! Stop trying to "optimize" this.
  • 690d38a - Add links to API doco in README.
  • d80a4fd Comment end of larger classes w/ name to help navigation.
  • 8d4cf64 Fix formatting of design_rationale.rb, update specs
  • 0db7aac tweak assertion count to be consistent
  • 2f0848a - Add missing require thread.
  • See full diff in compare view

Updates faraday-net_http from 3.4.1 to 3.4.2

Release notes

Sourced from faraday-net_http's releases.

v3.4.2

What's Changed

New Contributors

Full Changelog: lostisland/faraday-net_http@v3.4.1...v3.4.2

Commits

Updates net-http from 0.6.0 to 0.7.0

Release notes

Sourced from net-http's releases.

v0.7.0

Breaking Changes

Default Content-Type Removed

The default behavior of automatically setting the Content-Type header to application/x-www-form-urlencoded for requests with a body (e.g., POST, PUT) when the header was not explicitly set has been removed.

If your application relied on this automatic default, your requests will now be sent without a Content-Type header, potentially breaking compatibility with certain servers.

Changed by @​hsbt in ruby/net-http#207

What's Changed

New Contributors

Full Changelog: ruby/net-http@v0.6.0...v0.7.0

Commits
  • ec9c70a v0.7.0
  • a1b3283 Exclude dependabot updates from release note
  • 4849330 Update the latest versions of actions
  • 37941c0 Merge pull request #234 from ruby/dependabot/github_actions/rubygems/release-...
  • 142f4dd Bump rubygems/release-gem from 1.1.1 to 1.1.2
  • aeea49a Add a workflow to sync commits to ruby/ruby (#230)
  • 0e87593 Merge pull request #228 from ruby/dependabot/github_actions/step-security/har...
  • 5ef233b Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • 7005946 Merge pull request #226 from ruby/dependabot/github_actions/actions/checkout-5
  • 6290894 Bump actions/checkout from 4 to 5
  • Additional commits viewable in compare view

Updates rack from 3.2.3 to 3.2.4

Changelog

Sourced from rack's changelog.

[3.2.4] - 2025-11-03

Fixed

  • Multipart parser: limit MIME header size check to the unread buffer region to avoid false multipart mime part header too large errors when previously read data accumulates in the scan buffer. (#2392, @​alpaca-tc, @​willnet, @​krororo)
Commits

Updates uri from 1.0.4 to 1.1.1

Release notes

Sourced from uri's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: ruby/uri@v1.1.0...v1.1.1

v1.1.0

What's Changed

New Contributors

Full Changelog: ruby/uri@v1.0.4...v1.1.0

Commits
  • f1b05c8 v1.1.1
  • 8557e8d Merge pull request #189 from osyoyu/restore-whatwg-email-regexp
  • c551d70 Re-allow consecutive, leading and trailing dots in EMAIL_REGEXP
  • c41903b v1.1.0
  • b433f34 Merge pull request #187 from ruby/switch-version-code
  • 1fc4f04 Use generic version number to VERSION and generate VERSION_CODE from that
  • e830680 Exclude dependabot updates from release note
  • 70d245f Merge pull request #130 from soda92/improve-error-message
  • d629c8c Merge pull request #161 from y-yagi/fix_changing_parser
  • fec6733 Merge pull request #166 from vivshaw/vivshaw/correct-obsolete-parse
  • 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 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 all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.26.0` | `5.26.1` |
| [faraday-net_http](https://github.com/lostisland/faraday-net_http) | `3.4.1` | `3.4.2` |
| [net-http](https://github.com/ruby/net-http) | `0.6.0` | `0.7.0` |
| [rack](https://github.com/rack/rack) | `3.2.3` | `3.2.4` |
| [uri](https://github.com/ruby/uri) | `1.0.4` | `1.1.1` |


Updates `minitest` from 5.26.0 to 5.26.1
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.26.0...v5.26.1)

Updates `faraday-net_http` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/lostisland/faraday-net_http/releases)
- [Commits](lostisland/faraday-net_http@v3.4.1...v3.4.2)

Updates `net-http` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/ruby/net-http/releases)
- [Commits](ruby/net-http@v0.6.0...v0.7.0)

Updates `rack` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.2.3...v3.2.4)

Updates `uri` from 1.0.4 to 1.1.1
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](ruby/uri@v1.0.4...v1.1.1)

---
updated-dependencies:
- dependency-name: minitest
  dependency-version: 5.26.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: faraday-net_http
  dependency-version: 3.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: net-http
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rack
  dependency-version: 3.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uri
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 10, 2025
@github-actions

Copy link
Copy Markdown

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@MikeMcQuaid MikeMcQuaid merged commit cddcfa1 into main Nov 10, 2025
46 checks passed
@MikeMcQuaid MikeMcQuaid deleted the dependabot/all-6cea50c06c branch November 10, 2025 09:48
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 ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

1 participant