Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the ruby group with 4 updates: html2rss, net-http, uri and zlib.

Updates html2rss from a4e40cc to 861cc9c

Commits

Updates net-http from 0.6.0 to 0.7.0

Release notes

Sourced from net-http's releases.

v0.7.0

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 uri from 1.0.4 to 1.1.0

Release notes

Sourced from uri's releases.

v1.1.0

What's Changed

New Contributors

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

Commits
  • 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
  • 83f613a Merge pull request #182 from y-yagi/fix_irb_warning
  • a4829f8 Update the latest versions of actions
  • 52077e9 Merge tag 'v1.0.4'
  • Additional commits viewable in compare view

Updates zlib from 3.2.1 to 3.2.2

Release notes

Sourced from zlib's releases.

v3.2.2

What's Changed

Full Changelog: ruby/zlib@v3.2.1...v3.2.2

Commits
  • 5d50b22 Bump up v3.2.2
  • 7be618d Update the latest versions of actions
  • 6035c53 Merge pull request #111 from nobu/dfltcc-s390x
  • 099b87b Totally disable the DFLTCC extension before tests
  • c4549d0 Merge pull request #110 from nobu/const-member
  • dfa1fcb Initialize const member
  • e2578be Merge pull request #108 from nobu/loaded_zlib
  • 02a29dc Load the same loaded zlib
  • e59da75 Add a workflow to sync commits to ruby/ruby (#107)
  • 8bebad3 Merge pull request #106 from junaruga/wip/ci-ibm-refactor
  • 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 ruby group with 4 updates: [html2rss](https://github.com/html2rss/html2rss), [net-http](https://github.com/ruby/net-http), [uri](https://github.com/ruby/uri) and [zlib](https://github.com/ruby/zlib).


Updates `html2rss` from `a4e40cc` to `861cc9c`
- [Release notes](https://github.com/html2rss/html2rss/releases)
- [Commits](html2rss/html2rss@a4e40cc...861cc9c)

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 `uri` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](ruby/uri@v1.0.4...v1.1.0)

Updates `zlib` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/ruby/zlib/releases)
- [Commits](ruby/zlib@v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: html2rss
  dependency-version: 861cc9cae785510cc7120185b458390c18fd615a
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: net-http
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: uri
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: zlib
  dependency-version: 3.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
...

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 3, 2025
@mergify mergify bot added the queued label Nov 3, 2025
mergify bot added a commit that referenced this pull request Nov 3, 2025
mergify bot added a commit that referenced this pull request Nov 3, 2025
@mergify mergify bot merged commit cbfec53 into main Nov 3, 2025
6 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-e60e1e231b branch November 3, 2025 07:03
@mergify mergify bot removed the queued label Nov 3, 2025
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.

1 participant