Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps 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

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @openhpi-bot.


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 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)

Bumps [net-http](https://github.com/ruby/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)

---
updated-dependencies:
- dependency-name: net-http
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 7, 2025
Copy link

@openhpi-bot openhpi-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants