chore(deps): bump the ruby group with 6 updates#1137
Merged
mergify[bot] merged 1 commit intomainfrom Apr 20, 2026
Merged
Conversation
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``e29ffd7`` | ``dec6eb6`` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `4.1.1` | `4.1.2` | | [json](https://github.com/ruby/json) | `2.19.3` | `2.19.4` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2026.0407` | `3.2026.0414` | | [protocol-http](https://github.com/socketry/protocol-http) | `0.62.0` | `0.62.2` | | [protocol-websocket](https://github.com/socketry/protocol-websocket) | `0.20.2` | `0.21.0` | Updates `html2rss` from `e29ffd7` to `dec6eb6` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@e29ffd7...dec6eb6) Updates `bigdecimal` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v4.1.1...v4.1.2) Updates `json` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.3...v2.19.4) Updates `mime-types-data` from 3.2026.0407 to 3.2026.0414 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2026.0407...v3.2026.0414) Updates `protocol-http` from 0.62.0 to 0.62.2 - [Release notes](https://github.com/socketry/protocol-http/releases) - [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md) - [Commits](socketry/protocol-http@v0.62.0...v0.62.2) Updates `protocol-websocket` from 0.20.2 to 0.21.0 - [Release notes](https://github.com/socketry/protocol-websocket/releases) - [Changelog](https://github.com/socketry/protocol-websocket/blob/main/releases.md) - [Commits](socketry/protocol-websocket@v0.20.2...v0.21.0) --- updated-dependencies: - dependency-name: html2rss dependency-version: dec6eb621a31316c22109ecc9449eccf4383218c dependency-type: direct:production dependency-group: ruby - dependency-name: bigdecimal dependency-version: 4.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: json dependency-version: 2.19.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2026.0414 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-http dependency-version: 0.62.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-websocket dependency-version: 0.21.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Merge Queue Status
This pull request spent 1 minute 36 seconds in the queue, including 1 minute 16 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ruby group with 6 updates:
e29ffd7dec6eb64.1.14.1.22.19.32.19.43.2026.04073.2026.04140.62.00.62.20.20.20.21.0Updates
html2rssfrome29ffd7todec6eb6Commits
dec6eb6feat(strategy): add Botasaurus strategy (#357)b3a062achore: install rubocop-yard & fix warningsUpdates
bigdecimalfrom 4.1.1 to 4.1.2Release notes
Sourced from bigdecimal's releases.
Changelog
Sourced from bigdecimal's changelog.
Commits
9160561Bump version to v4.1.2 (#529)8050ec7Update dtoa to version from Ruby 4.0 (#528)f8a02b2Merge pull request #526 from ruby/dependabot/github_actions/step-security/har...ac9a5cdBump step-security/harden-runner from 2.16.1 to 2.17.06b51b99Fix unary minus on unsigned type warning (#525)50b80b1BigMath.exp overflow/underflow check (#523)fc54487Revert "Add a workaround for slow BigDecimal#to_f when it has large N_signifi...72937b7Use '0'+n for converting single digit to char (#521)8ac1498Merge pull request #517 from ruby/dependabot/github_actions/rubygems/release-...3c89db5Merge pull request #518 from ruby/dependabot/github_actions/step-security/har...Updates
jsonfrom 2.19.3 to 2.19.4Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
6688a81Release 2.19.4f1e6163Fix references to NAN and INFINITY in documentation comments18d5475Reduce warnings1072482Fix parsing of negative out of bound floats.20454baFix handling out of of range exponent in numbers0e99fcbFix json generation for symbols on TruffleRubyac0670bKeep Integer#to_json optimized and adapt the test35db859Avoid extra String#+@ calls, interpolated strings are already mutabled0b47b0Avoid method redefinition warnings in test_broken_bignume871d07test_broken_bignum: avoid fork and subprocess for robustnessUpdates
mime-types-datafrom 3.2026.0407 to 3.2026.0414Changelog
Sourced from mime-types-data's changelog.
Commits
d237ee4Update mime-types-data 3.2026.0414 / 2026-04-14Updates
protocol-httpfrom 0.62.0 to 0.62.2Release notes
Sourced from protocol-http's releases.
Changelog
Sourced from protocol-http's changelog.
... (truncated)
Commits
a2f2d1cBump patch version.479d0bfEnsure binary encoding.1ed69f0Bump patch version.ee2318eFix handling of zero length reads.Updates
protocol-websocketfrom 0.20.2 to 0.21.0Release notes
Sourced from protocol-websocket's releases.
Changelog
Sourced from protocol-websocket's changelog.
Commits
6ae289fBump minor version.1cb666fUpdate release notes & documentation.dd2775dMoveFrame#write->Framer#write_frameand elideFrame@length.ae76bd5Move all read logic toFramer.1e0ca64Remove redundantFrame.parse_header.ffc5ab6Add missing require.38eeb15Optimize frame reading.c6446ac100% documentation coverage.cee96bdUpdate autobahn server to use latest Ruby release.a01e03aModernize code.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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