Bump the minor-updates group across 1 directory with 5 updates - #24
Merged
aalin merged 1 commit intoSep 5, 2026
Merged
Conversation
Owner
|
@dependabot rebase |
Bumps the minor-updates group with 3 updates in the /example/web directory: [async-http](https://github.com/socketry/async-http), [rouge](https://github.com/rouge-ruby/rouge) and [rmagick](https://github.com/rmagick/rmagick). Updates `async-http` from 0.95.1 to 0.103.0 - [Release notes](https://github.com/socketry/async-http/releases) - [Changelog](https://github.com/socketry/async-http/blob/main/releases.md) - [Commits](socketry/async-http@v0.95.1...v0.103.0) Updates `rouge` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/main/CHANGELOG.md) - [Commits](rouge-ruby/rouge@v5.0.0...v5.1.0) Updates `async` from 2.42.0 to 2.45.1 - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/releases.md) - [Commits](socketry/async@v2.42.0...v2.45.1) Updates `protocol-url` from 0.4.0 to 0.18.0 - [Release notes](https://github.com/socketry/protocol-url/releases) - [Changelog](https://github.com/socketry/protocol-url/blob/main/releases.md) - [Commits](socketry/protocol-url@v0.4.0...v0.18.0) Updates `rmagick` from 7.0.5 to 7.1.3 - [Release notes](https://github.com/rmagick/rmagick/releases) - [Changelog](https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md) - [Commits](https://github.com/rmagick/rmagick/commits) --- updated-dependencies: - dependency-name: async dependency-version: 2.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: async-http dependency-version: 0.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: protocol-url dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: rmagick dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: rouge dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bundler/example/web/minor-updates-ca3e2fd56a
branch
from
September 5, 2026 22:41
3bc4428 to
572f1bf
Compare
aalin
deleted the
dependabot/bundler/example/web/minor-updates-ca3e2fd56a
branch
September 5, 2026 22:45
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 minor-updates group with 3 updates in the /example/web directory: async-http, rouge and rmagick.
Updates
async-httpfrom 0.95.1 to 0.103.0Release notes
Sourced from async-http's releases.
Changelog
Sourced from async-http's changelog.
Commits
cae5a83Bump minor version.22e174fBump dependency onprotocol-http2.01b255dHandle orderly HTTP/2 stream closure. (#249)9fd1f21Bump minor version.0085d9dPreserve orderly HTTP/2 duplex shutdown. (#248)65a5087Modernize code.e57967cRefuse requests assigned to closed HTTP/2 connections. (#246)1dfa85bDo not close HTTP/2 connections while a graceful GOAWAY is being drained. (#245)ddd067eAdd concurrent requests and pooling guide. (#243)82c7137Add guide for choosing a client. (#242)Updates
rougefrom 5.0.0 to 5.1.0Release notes
Sourced from rouge's releases.
Changelog
Sourced from rouge's changelog.
Commits
afc3c52Release v5.1.0 (#2315)1e5bad1properties: fix comments at eof and escaped chars in keys (#2320)bf1806dFix applescript warning and move files to locations that match the tag (#2321)1b39fb6update AGENTS.md and CONTRIBUTING.md (#2316)e31b904remove redundant alias declarations, and warn on duplicate registration (#2317)aed8a2fFix bug with yaml separator in code blocks (#2313)5208dfashell: use Str::Interpol instead of Str::Escape (#2310)11dce33Overhaul the perl lexer (#2307)1bfcbf9add support for bash 5.3 curly substitutions (#2309)ab9e21eFix edge case in markdown lexer for links (#2308)Updates
asyncfrom 2.42.0 to 2.45.1Release notes
Sourced from async's releases.
Changelog
Sourced from async's changelog.
Commits
e8ecf58Bump patch version.24633aaReturn false fromio_waitfor timeouts. (#472)fbb7c77Fix buffered IO signatures for Ruby 4.1 (#471)5b925faBump minor version.78f3ce6Retry interrupted waits inio_waitandprocess_wait. (#469)e16c769Fix URing backend probe on Ruby head. (#470)bc86231Bump patch version.279e868Modernize code. Fixes #464.4d29457Improve Async and Sync documentation. (#465)9bbc07dBump minor version.Updates
protocol-urlfrom 0.4.0 to 0.18.0Release notes
Sourced from protocol-url's releases.
Changelog
Sourced from protocol-url's changelog.
... (truncated)
Commits
e234f4aBump minor version.e740110Serialize relative URLs explicitly if requested. (#20)3676599Bump minor version.e17a07aSupport explicit relative URL paths. (#19)0306af5Bump minor version.1b8bfa2Preserve relative URL path semantics. (#18)bf81879Bump minor version.0b20bf6Add relative URL conversion. (#17)033cf9fBump minor version.10b99c3Compare paths with encoded strings. (#16)Updates
rmagickfrom 7.0.5 to 7.1.3Release notes
Sourced from rmagick's releases.
... (truncated)
Changelog
Sourced from rmagick's changelog.
... (truncated)
Commits