Skip to content

Bump the ruby-deps group with 12 updates#1117

Merged
chadlwilson merged 1 commit intomasterfrom
dependabot/bundler/ruby-deps-0d0947db2c
Feb 1, 2026
Merged

Bump the ruby-deps group with 12 updates#1117
chadlwilson merged 1 commit intomasterfrom
dependabot/bundler/ruby-deps-0d0947db2c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the ruby-deps group with 12 updates:

Package From To
html-proofer 5.1.1 5.2.0
aws-sdk-s3 1.209.0 1.213.0
aws-sdk-s3control 1.122.0 1.126.0
async 2.35.1 2.36.0
aws-partitions 1.1200.0 1.1211.0
aws-sdk-core 3.240.0 3.241.4
aws-sdk-kms 1.118.0 1.121.0
bigdecimal 3.3.1 4.0.1
mime-types-data 3.2025.0924 3.2026.0127
public_suffix 7.0.1 7.0.2
ttfunk 1.8.0 1.7.0
typhoeus 1.4.1 1.5.0

Updates html-proofer from 5.1.1 to 5.2.0

Release notes

Sourced from html-proofer's releases.

v5.2.0

What's Changed

Full Changelog: gjtorikian/html-proofer@v5.1.1...v5.2.0

Changelog

Sourced from html-proofer's changelog.

[v5.2.0] - 07-01-2026

What's Changed

Full Changelog: gjtorikian/html-proofer@v5.1.1...v5.2.0

Commits
  • df89ea2 Merge pull request #870 from gjtorikian/more-failure-element-info
  • 9b0f5ae hide unnecessary warning
  • 0583124 💎 bump to 5.2.0
  • 06391d1 Merge branch 'main' into more-failure-element-info
  • 2bb1b7e update vcr
  • eb37c24 [auto-lint]: Lint files
  • 53a1ac7 work around new 429 error
  • cd974d0 Merge pull request #871 from gjtorikian/dependabot/bundler/bundler-dependenci...
  • 25501a6 Bump the bundler-dependencies group with 2 updates
  • a2eceaa Update workflows
  • Additional commits viewable in compare view

Updates aws-sdk-s3 from 1.209.0 to 1.213.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.213.0 (2026-01-28)

  • Feature - Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.

1.212.0 (2026-01-16)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.211.0 (2026-01-08)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Issue - Falls back to header request checksums when using custom endpoints or endpoint providers for PutObject and UploadPart operations.

1.210.1 (2026-01-06)

  • Issue - Normalize response encoding to UTF-8 for proper XML error parsing in HTTP 200 responses.

1.210.0 (2026-01-05)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Feature - Added :http_chunk_size parameter to TransferManager#upload_file to control the buffer size when streaming request bodies over HTTP. Larger chunk sizes may improve network throughput at the cost of higher memory usage (Ruby MRI only).

  • Feature - Improved memory efficiency when calculating request checksums for large file uploads (Ruby MRI only).

Commits

Updates aws-sdk-s3control from 1.122.0 to 1.126.0

Changelog

Sourced from aws-sdk-s3control's changelog.

1.126.0 (2026-01-28)

  • Feature - Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.

1.125.0 (2026-01-16)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.124.0 (2026-01-08)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.123.0 (2026-01-05)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates async from 2.35.1 to 2.36.0

Changelog

Sourced from async's changelog.

v2.36.0

  • Introduce Task#wait_all which recursively waits for all children and self, excepting the current task.
  • Introduce Task#join as an alias for Task#wait for compatibility with Thread#join and similar interfaces.

v2.35.3

  • Async::Clock now implements #as_json and #to_json for nicer log formatting.

v2.35.2

  • Improved handling of Process.fork on Ruby 4+.
  • Improve @promise state handling in Task#initialize, preventing incomplete instances being visible to the scheduler.
Commits

Updates aws-partitions from 1.1200.0 to 1.1211.0

Changelog

Sourced from aws-partitions's changelog.

1.1211.0 (2026-01-30)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1210.0 (2026-01-27)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1209.0 (2026-01-22)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1208.0 (2026-01-21)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1207.0 (2026-01-20)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1206.0 (2026-01-16)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1205.0 (2026-01-15)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1204.0 (2026-01-14)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1203.0 (2026-01-12)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1202.0 (2026-01-09)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

... (truncated)

Commits

Updates aws-sdk-core from 3.240.0 to 3.241.4

Changelog

Sourced from aws-sdk-core's changelog.

3.241.4 (2026-01-16)

  • Issue - Rewind IO during initialization for AwsChunkedTrailerDigestIO.

3.241.3 (2026-01-08)

  • Issue - Disable request trailer checksums when using non-HTTPs endpoints.

3.241.2 (2026-01-07)

  • Issue - Preserve existing Content-Encoding when applying request trailer checksum.

3.241.1 (2026-01-06)

  • Issue - Fix memory leak in ClockSkew retry plugin by normalizing endpoints to prevent unlimited hash growth.

3.241.0 (2026-01-05)

  • Feature - Improved memory efficiency when calculating request checksums.
Commits

Updates aws-sdk-kms from 1.118.0 to 1.121.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.121.0 (2026-01-16)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.120.0 (2026-01-08)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.119.0 (2026-01-05)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates bigdecimal from 3.3.1 to 4.0.1

Release notes

Sourced from bigdecimal's releases.

v4.0.1

What's Changed

Full Changelog: ruby/bigdecimal@v4.0.0...v4.0.1

v4.0.0

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v3.3.1...v4.0.0

Changelog

Sourced from bigdecimal's changelog.

4.0.1

4.0.0

Commits
  • 6d01c36 Bump version to v4.0.1 (#477)
  • 4914cc3 Remove "Which version should you select" section (#476)
  • 4120325 Remove unused variable (and add test for it) (#475)
  • f0bf63f Merge pull request #474 from ruby/exclude-dependabot-update
  • d93ef2b Exclude dependabot updates from release note
  • d9914c9 Bump version to v4.0.0 (#472)
  • 45d203a Deprecate ludcmp, jacobian and newton (#471)
  • 8146336 Remove deprecated method BigDecimal#precs (#470)
  • b7e93bf Better rounding of BigMath.atan(nearly_one, prec) (#469)
  • cef76eb Merge pull request #468 from ruby/dependabot/github_actions/step-security/har...
  • Additional commits viewable in compare view

Updates mime-types-data from 3.2025.0924 to 3.2026.0127

Changelog

Sourced from mime-types-data's changelog.

3.2026.0127 / 2026-01-27

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional] and the [Apache Tika media registry][tika] as of the release date.

3.2026.0120 / 2026-01-20

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional] and the [Apache Tika media registry][tika] as of the release date.

3.2026.0113 / 2026-01-13

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional] and the [Apache Tika media registry][tika] as of the release date.

3.2026.0106 / 2026-01-06

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional] and the [Apache Tika media registry][tika] as of the release date.

  • Manual contributions now require Signed-off-by trailers for assertion of the [Developer Certificate of Origin][dco]. More details will be added in the coming weeks.

  • Added application/microdata+json, application/speculationrules+json, text/event-stream and text/ping from the [WHATWG HTML spec][whatwg]

Commits
  • b523ad4 Update mime-types-data 3.2026.0127 / 2026-01-27
  • 2f6bac0 Update mime-types-data 3.2026.0120 / 2026-01-20
  • bb5741a Update mime-types-data 3.2026.0113 / 2026-01-13
  • cd04bb5 fix: Fix release workflow
  • 2fcf0c3 Update mime-types-data 3.2026.0106 / 2026-01-06
  • 27a1e8d chore: Update workflows
  • 3388bd6 types: Add WHATWG HTML Spec Types
  • 1bf930a deps: Bump the actions group across 1 directory with 2 updates
  • 87a99e0 deps: Bump actions/checkout from 5.0.0 to 6.0.0
  • 2f07063 chore: Update workflows and suspport documentation
  • Additional commits viewable in compare view

Updates public_suffix from 7.0.1 to 7.0.2

Changelog

Sourced from public_suffix's changelog.

7.0.2 - 2026-01-04

Changed

  • Excluded symlinks and unnecessary files from gem packaging. On Windows symlinks cannot be created without Administrator privileges or with developer mode enabled #496.
Commits

Updates ttfunk from 1.8.0 to 1.7.0

Changelog

Sourced from ttfunk's changelog.

[1.8.0][] - 2024-03-05

Fixed

  • Corrupted CFF index data

    there was a subtle bug in cff index implementation that resulted in a data corruption. in certain circumstances some items didn't get properly encoded. this happened when items were not previously accessed.

    this resulted, for instance, in missing glyphs. but only sometimes because indexes might've still contain data that shouldn't've been there. in combination with incorrect encoding (see further) this resulted in some glyphs still being rendered, sometimes even correctly.

    along with the fix a rather large api change landed. this resulted in quite a big diff.

    Alexander Mankuta

  • Incorrect CFF encoding in subsets

    TTFunk used to reuse encoding from the original font. This mapping was incorrect for subset fonts which used not just a subset of glyphs but also a different encoding.

    A separate issue was that some fonts have empty CFF encoding. This incorrect mapping resulted in encoding that mapped all codes to glyph 0.

    This had impact on Prawn in particular. PDF spec explicitly says that CFF encoding is not to be used in OpenType fonts. cmap table should directly index charstrings in the CFF table. Despite this PDF renderers still use CFF encoding to retrieve glyphs. So TTFunk has to discard the original CFF encoding and supply its own.

    Alexander Mankuta

  • maxp table

    The table is now correctly parsed and encoded for both TrueType and CFF-based OpenType fonts.

    Cameron Dutro, Alexander Mankuta

  • Files are closed sooner

    Files were garbage collected but could stay open for longer than necessary.

    Jon Burgess

... (truncated)

Commits

Updates typhoeus from 1.4.1 to 1.5.0

Changelog

Sourced from typhoeus's changelog.

1.5.0

Full Changelog

Commits
  • a529f7e Merge pull request #735 from typhoeus/prepare-for-v1.5.0-release
  • 1e2dd54 update changelog
  • db9cddb bump version
  • 4d18f16 Merge pull request #734 from felipedmesquita/update-gemspec
  • 51bbd3d add gem metadata
  • 225da04 remove extra files from the bundled gem
  • aa76dc5 Merge pull request #733 from felipedmesquita/require-ruby-26
  • 3891e62 simplify gemfile for ruby 2.6+ requirement
  • a4a9058 require ruby 2.6
  • 05ab789 Merge pull request #732 from slowbro/issue-662
  • 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-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [html-proofer](https://github.com/gjtorikian/html-proofer) | `5.1.1` | `5.2.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.209.0` | `1.213.0` |
| [aws-sdk-s3control](https://github.com/aws/aws-sdk-ruby) | `1.122.0` | `1.126.0` |
| [async](https://github.com/socketry/async) | `2.35.1` | `2.36.0` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1200.0` | `1.1211.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.240.0` | `3.241.4` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.118.0` | `1.121.0` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.3.1` | `4.0.1` |
| [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0924` | `3.2026.0127` |
| [public_suffix](https://github.com/weppos/publicsuffix-ruby) | `7.0.1` | `7.0.2` |
| [ttfunk](https://github.com/prawnpdf/ttfunk) | `1.8.0` | `1.7.0` |
| [typhoeus](https://github.com/typhoeus/typhoeus) | `1.4.1` | `1.5.0` |


Updates `html-proofer` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/html-proofer@v5.1.1...v5.2.0)

Updates `aws-sdk-s3` from 1.209.0 to 1.213.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3control` from 1.122.0 to 1.126.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3control/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `async` from 2.35.1 to 2.36.0
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.35.1...v2.36.0)

Updates `aws-partitions` from 1.1200.0 to 1.1211.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.240.0 to 3.241.4
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.118.0 to 1.121.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `bigdecimal` from 3.3.1 to 4.0.1
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.3.1...v4.0.1)

Updates `mime-types-data` from 3.2025.0924 to 3.2026.0127
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
- [Commits](mime-types/mime-types-data@v3.2025.0924...v3.2026.0127)

Updates `public_suffix` from 7.0.1 to 7.0.2
- [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md)
- [Commits](weppos/publicsuffix-ruby@v7.0.1...v7.0.2)

Updates `ttfunk` from 1.8.0 to 1.7.0
- [Release notes](https://github.com/prawnpdf/ttfunk/releases)
- [Changelog](https://github.com/prawnpdf/ttfunk/blob/master/CHANGELOG.md)
- [Commits](prawnpdf/ttfunk@1.8.0...1.7.0)

Updates `typhoeus` from 1.4.1 to 1.5.0
- [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md)
- [Commits](typhoeus/typhoeus@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: html-proofer
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-s3
  dependency-version: 1.213.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-s3control
  dependency-version: 1.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: async
  dependency-version: 2.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-partitions
  dependency-version: 1.1211.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-core
  dependency-version: 3.241.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-kms
  dependency-version: 1.121.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: bigdecimal
  dependency-version: 4.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby-deps
- dependency-name: mime-types-data
  dependency-version: 3.2026.0127
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: public_suffix
  dependency-version: 7.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: ttfunk
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: typhoeus
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

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 Feb 1, 2026
@chadlwilson chadlwilson merged commit 3b218ed into master Feb 1, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-0d0947db2c branch February 1, 2026 10:19
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