Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the ruby-deps group with 20 updates:

Package From To
middleman 4.6.1 4.6.2
middleman-syntax 3.6.0 3.6.1
aws-sdk-s3 1.195.0 1.198.0
activesupport 8.0.2 8.0.2.1
afm 0.2.2 1.0.0
async 2.27.0 2.28.1
aws-partitions 1.1139.0 1.1153.0
aws-sdk-core 3.228.0 3.232.0
aws-sdk-kms 1.109.0 1.112.0
ethon 0.16.0 0.17.0
google-protobuf 4.31.1 4.32.0
io-event 1.12.1 1.13.0
metrics 0.12.2 0.14.0
middleman-cli 4.6.1 4.6.2
middleman-core 4.6.1 4.6.2
mime-types-data 3.2025.0729 3.2025.0826
pdf-reader 2.14.1 2.15.0
rexml 3.4.1 3.4.2
sass-embedded 1.89.2 1.91.0
traces 0.15.2 0.18.1

Updates middleman from 4.6.1 to 4.6.2

Changelog

Sourced from middleman's changelog.

4.6.2

  • Use lowercase headers in preview app, to make it compatible with Rack 3 (#2839)
Commits

Updates middleman-syntax from 3.6.0 to 3.6.1

Changelog

Sourced from middleman-syntax's changelog.

3.6.1

  • Add fix for lexer_options potentially being nil (#94).
Commits

Updates aws-sdk-s3 from 1.195.0 to 1.198.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.198.0 (2025-08-26)

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

  • Issue - Fix multipart download_file to support Pathname, File and Tempfile objects as download destinations.

1.197.0 (2025-08-19)

  • Issue - When multipart stream uploader fails to complete multipart upload, it calls abort multipart upload.

  • Issue - For Aws::S3::Object class, the following methods have been deprecated: download_file, upload_file and upload_stream. Use Aws::S3::TransferManager instead.

  • Feature - Add Aws::S3::TransferManager, a S3 transfer utility that provides upload/download capabilities with automatic multipart handling, progress tracking, and handling of large files.

1.196.1 (2025-08-05)

  • Issue - Add range validation to multipart download to ensure all parts are successfully processed.

  • Issue - When multipart uploader fails to complete multipart upload, it calls abort multipart upload.

  • Issue - Clean up partially downloaded file on multipart download_file failure while preserving existing file.

1.196.0 (2025-08-04)

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

Updates activesupport from 8.0.2 to 8.0.2.1

Release notes

Sourced from activesupport's releases.

8.0.2.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Call inspect on ids in RecordNotFound error

    [CVE-2025-55193]

    Gannon McGibbon, John Hawthorn

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

Remove dangerous transformations

[CVE-2025-24293]

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 8.0.2.1 (August 13, 2025)

  • No changes.
Commits

Updates afm from 0.2.2 to 1.0.0

Release notes

Sourced from afm's releases.

1.0.0

There are no functional changes to 0.2.2 in this release, it is just a quick update to make sure it still runs on modern rubies and add modern tooling

  • [chore] Add GitHub actions instead of travis (chuckle)
  • [chore] Set required ruby version to last maintained version
  • [chore] update dependencies
  • [chore] modernize gemspec
  • [chore] formatting all ruby files to modernish standards
Changelog

Sourced from afm's changelog.

1.0.0

There are no functional changes to 0.2.2 in this release, it is just a quick update to make sure it still runs on modern rubies and add modern tooling

  • [chore] Add GitHub actions instead of travis (chuckle)
  • [chore] Set required ruby version to last maintained version
  • [chore] update dependencies
  • [chore] modernize gemspec
  • [chore] formatting all ruby files to modernish standards
Commits

Updates async from 2.27.0 to 2.28.1

Changelog

Sourced from async's changelog.

v2.28.1

  • Fix race condition between Async::Barrier#stop and finish signalling.

v2.28.0

  • Use Traces.current_context and Traces.with_context for better integration with OpenTelemetry.

v2.27.4

  • Suppress excessive warning in Async::Scheduler#async.

v2.27.3

  • Ensure trace attributes are strings, fixes integration with OpenTelemetry.

v2.27.2

  • Fix context/index.yaml schema.

v2.27.1

  • Updated documentation and agent context.
Commits

Updates aws-partitions from 1.1139.0 to 1.1153.0

Changelog

Sourced from aws-partitions's changelog.

1.1153.0 (2025-08-29)

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

1.1152.0 (2025-08-27)

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

1.1151.0 (2025-08-25)

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

1.1150.0 (2025-08-21)

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

1.1149.0 (2025-08-20)

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

1.1148.0 (2025-08-18)

  • Feature - Added support for enumerating regions for Aws::BCMDashboards.

1.1147.0 (2025-08-14)

  • Feature - Added support for enumerating regions for Aws::BCMRecommendedActions.

1.1146.0 (2025-08-12)

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

1.1145.0 (2025-08-11)

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

1.1144.0 (2025-08-08)

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

... (truncated)

Commits

Updates aws-sdk-core from 3.228.0 to 3.232.0

Changelog

Sourced from aws-sdk-core's changelog.

3.232.0 (2025-08-28)

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Remove incorrect endpoint tests

3.231.0 (2025-08-26)

  • Feature - Remove incorrect endpoint tests

  • Feature - Add support for ENV as credential source for AssumeRoleCredentials.

3.230.0 (2025-08-21)

  • Feature - Remove incorrect endpoint tests

3.229.0 (2025-08-04)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

Commits

Updates aws-sdk-kms from 1.109.0 to 1.112.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.112.0 (2025-08-27)

  • Feature - Remove incorrect endpoint tests

1.111.0 (2025-08-26)

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

1.110.0 (2025-08-04)

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

Updates ethon from 0.16.0 to 0.17.0

Changelog

Sourced from ethon's changelog.

0.17.0

Full Changelog

Commits
  • c88a2b0 Merge pull request #254 from typhoeus/Release-v0.17.0
  • deb0977 Fill in changelog and bump version to 0.17.0
  • ad5d4d4 Merge pull request #255 from felipedmesquita/require-ruby-26
  • 9b757a0 Suport Rack and Rackup in test server
  • b324862 Require ruby 2.6
  • 582e857 Merge pull request #253 from felipedmesquita/Fix-easy-codes-mismatch
  • 7137564 Fill in changelog
  • 0967489 Add regression test
  • 836000d fix mismatched codes
  • 945e312 Merge pull request #252 from felipedmesquita/add-ruby-3.3-and-3.4,-remove-2.5...
  • Additional commits viewable in compare view

Updates google-protobuf from 4.31.1 to 4.32.0

Commits

Updates io-event from 1.12.1 to 1.13.0

Commits

Updates metrics from 0.12.2 to 0.14.0

Changelog

Sourced from metrics's changelog.

v0.14.0

  • Don't call prepare in metrics/provider.rb. It can cause circular loading warnings.

v0.13.0

  • Introduce metrics:provider:list command to list all available metrics providers.

v0.12.1

Introduce Metrics::Config to Expose prepare Hook

The metrics gem uses aspect-oriented programming to wrap existing methods to emit metrics. However, while there are some reasonable defaults for emitting metrics, it can be useful to customize the behavior and level of detail. To that end, the metrics gem now optionally loads a config/metrics.rb which includes a prepare hook that can be used to load additional providers.

# config/metrics.rb
def prepare
require 'metrics/provider/async'
require 'metrics/provider/async/http'
end

The prepare method is called immediately after the metrics backend is loaded. You can require any provider you want in this file, or even add your own custom providers.

Commits

Updates middleman-cli from 4.6.1 to 4.6.2

Updates middleman-core from 4.6.1 to 4.6.2

Updates mime-types-data from 3.2025.0729 to 3.2025.0826

Changelog

Sourced from mime-types-data's changelog.

3.2025.0826 / 2025-08-26

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

3.2025.0819 / 2025-08-19

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

3.2025.0812 / 2025-08-12

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

3.2025.0805 / 2025-08-05

  • Updated registry entries from the IANA [media registry][registry] and [provisional media registry][provisional], the [Apache httpd media registry][httpd], and the [Apache Tika media registry][tika] as of the release date.
Commits
  • 08f679e Update mime-types-data 3.2025.0826 / 2025-08-26
  • fac1e47 deps: Bump ruby/setup-ruby from 1.255.0 to 1.256.0
  • 84f4509 deps: Bump actions/dependency-review-action from 4.7.1 to 4.7.2
  • c9ca81c deps: Bump github/codeql-action from 3.29.9 to 3.29.11
  • 6403310 deps: Bump reviewdog/action-actionlint from 1.66.0 to 1.66.1
  • 20382b3 deps: Bump astral-sh/setup-uv from 6.5.0 to 6.6.0
  • 924aa94 Update mime-types-data 3.2025.0819 / 2025-08-19
  • e936815 deps: Bump github/codeql-action from 3.29.8 to 3.29.9
  • c2782af deps: Bump actions/checkout from 4.2.2 to 5.0.0
  • 586ea8c deps: Bump astral-sh/setup-uv from 6.4.3 to 6.5.0
  • Additional commits viewable in compare view

Updates pdf-reader from 2.14.1 to 2.15.0

Changelog

Sourced from pdf-reader's changelog.

v2.15.0 (13th August 2025)

Commits
  • ecaa285 change release step to use a full ruby 3.4 image
  • 99a55fc Move back to an official release of spoom
  • 61a80cd We can go back to an upstream release of spoom now
  • b457579 Oops, I think I need to install spoom before using it here
  • a899fee prepare for relesae
  • 435942e remove unused config file for parlour
  • b3155c0 Merge pull request #567 from yob/fix-stack-overflow-in-page-ancestors
  • 6402349 Avoid infinite recursion when a PDF has a loop in the ancestorsof a Page object
  • b26c569 Add more type annotations to ObjectHash class
  • c08babc change Parse to typed: strict
  • Additional commits viewable in compare view

Updates rexml from 3.4.1 to 3.4.2

Release notes

Sourced from rexml's releases.

REXML 3.4.2 - 2025-08-26

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo
    • GH-248
    • Patch by James Coleman

... (truncated)

Changelog

Sourced from rexml's changelog.

3.4.2 - 2025-08-26 {#version-3-4-2}

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo
    • GH-248
    • Patch by James Coleman

... (truncated)

Commits

Updates sass-embedded from 1.89.2 to 1.91.0

Commits

Updates traces from 0.15.2 to 0.18.1

Changelog

Sourced from traces's changelog.

v0.18.1

  • Don't call prepare in traces/provider.rb. It can cause circular loading warnings.

v0.18.0

  • W3C Baggage Support - Full support for W3C Baggage specification for application-specific context propagation.

New Context Propagation Interfaces

Traces#trace_context and Traces.trace_context are insufficient for efficient inter-process tracing when using OpenTelemetry. That is because OpenTelemetry has it's own "Context" concept with arbitrary key-value storage (of which the current span is one such key/value pair). Unfortunately, OpenTelemetry requires those values to be propagated "inter-process" while ignores them for "intra-process" tracing.

Therefore, in order to propagate this context, we introduce 4 new methods:

  • Traces.current_context - Capture the current trace context for local propagation between execution contexts (threads, fibers).
  • Traces.with_context(context) - Execute code within a specific trace context, with automatic restoration when used with blocks.
  • Traces.inject(headers = nil, context = nil) - Inject W3C Trace Context headers into a headers hash for distributed propagation.
  • Traces.extract(headers) - Extract trace context from W3C Trace Context headers.

The default implementation is built on top of Traces.trace_context, however these methods can be replaced by the backend. In that case, the context object is opaque, in other words it is library-specific, and you should not assume it is an instance of Traces::Context.

v0.17.0

  • Remove support for resource: keyword argument with no direct replacement – use an attribute instead.

v0.16.0

  • Introduce traces:provider:list command to list all available trace providers.

v0.14.0

Introduce Traces::Config to Expose prepare Hook

The traces gem uses aspect-oriented programming to wrap existing methods to emit traces. However, while there are some reasonable defaults for emitting traces, it can be useful to customize the behavior and level of detail. To that end, the traces gem now optionally loads a config/traces.rb which includes a prepare hook that can be used to load additional providers.

# config/traces.rb
def prepare
require 'traces/provider/async'
require 'traces/provider/async/http'
end

The prepare method is called immediately after the traces backend is loaded. You can require any provider you want in this file, or even add your own custom providers.

Commits
  • 3770cd2 Bump patch version.
  • 168f6ae Don't call prepare in traces/provider.rb.
  • c6a24b9 Bump minor version.
  • 450e504 Missing documentation.
  • 34c81e5 Use test backend for testing.
  • 6a369f0 Modernize code.
  • 71dd325 Add Traces.current_context and Traces.with_context.
  • 8a5bf9f Bump minor version.
  • 10ffdc4 Clean up bake task output.
  • b6dae25 Drop support for resource: keyword argument.
  • 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 20 updates:

| Package | From | To |
| --- | --- | --- |
| [middleman](https://github.com/middleman/middleman) | `4.6.1` | `4.6.2` |
| [middleman-syntax](https://github.com/middleman/middleman-syntax) | `3.6.0` | `3.6.1` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.195.0` | `1.198.0` |
| [activesupport](https://github.com/rails/rails) | `8.0.2` | `8.0.2.1` |
| [afm](https://github.com/halfbyte/afm) | `0.2.2` | `1.0.0` |
| [async](https://github.com/socketry/async) | `2.27.0` | `2.28.1` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1139.0` | `1.1153.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.228.0` | `3.232.0` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.109.0` | `1.112.0` |
| [ethon](https://github.com/typhoeus/ethon) | `0.16.0` | `0.17.0` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.31.1` | `4.32.0` |
| [io-event](https://github.com/socketry/io-event) | `1.12.1` | `1.13.0` |
| [metrics](https://github.com/socketry/metrics) | `0.12.2` | `0.14.0` |
| [middleman-cli](http://middlemanapp.com) | `4.6.1` | `4.6.2` |
| [middleman-core](https://middlemanapp.com) | `4.6.1` | `4.6.2` |
| [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0729` | `3.2025.0826` |
| [pdf-reader](https://github.com/yob/pdf-reader) | `2.14.1` | `2.15.0` |
| [rexml](https://github.com/ruby/rexml) | `3.4.1` | `3.4.2` |
| [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.89.2` | `1.91.0` |
| [traces](https://github.com/socketry/traces) | `0.15.2` | `0.18.1` |


Updates `middleman` from 4.6.1 to 4.6.2
- [Changelog](https://github.com/middleman/middleman/blob/main/CHANGELOG.md)
- [Commits](middleman/middleman@v4.6.1...v4.6.2)

Updates `middleman-syntax` from 3.6.0 to 3.6.1
- [Changelog](https://github.com/middleman/middleman-syntax/blob/master/CHANGELOG.md)
- [Commits](middleman/middleman-syntax@v3.6.0...v3.6.1)

Updates `aws-sdk-s3` from 1.195.0 to 1.198.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 `activesupport` from 8.0.2 to 8.0.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v8.0.2...v8.0.2.1)

Updates `afm` from 0.2.2 to 1.0.0
- [Release notes](https://github.com/halfbyte/afm/releases)
- [Changelog](https://github.com/halfbyte/afm/blob/main/CHANGELOG.md)
- [Commits](halfbyte/afm@v0.2.2...v1.0.0)

Updates `async` from 2.27.0 to 2.28.1
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.27.0...v2.28.1)

Updates `aws-partitions` from 1.1139.0 to 1.1153.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.228.0 to 3.232.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-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.109.0 to 1.112.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 `ethon` from 0.16.0 to 0.17.0
- [Changelog](https://github.com/typhoeus/ethon/blob/master/CHANGELOG.md)
- [Commits](typhoeus/ethon@v0.16.0...v0.17.0)

Updates `google-protobuf` from 4.31.1 to 4.32.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `io-event` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/socketry/io-event/releases)
- [Changelog](https://github.com/socketry/io-event/blob/main/releases.md)
- [Commits](socketry/io-event@v1.12.1...v1.13.0)

Updates `metrics` from 0.12.2 to 0.14.0
- [Release notes](https://github.com/socketry/metrics/releases)
- [Changelog](https://github.com/socketry/metrics/blob/main/releases.md)
- [Commits](socketry/metrics@v0.12.2...v0.14.0)

Updates `middleman-cli` from 4.6.1 to 4.6.2

Updates `middleman-core` from 4.6.1 to 4.6.2

Updates `mime-types-data` from 3.2025.0729 to 3.2025.0826
- [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md)
- [Commits](mime-types/mime-types-data@v3.2025.0729...v3.2025.0826)

Updates `pdf-reader` from 2.14.1 to 2.15.0
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG)
- [Commits](yob/pdf-reader@v2.14.1...v2.15.0)

Updates `rexml` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.4.1...v3.4.2)

Updates `sass-embedded` from 1.89.2 to 1.91.0
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.89.2...v1.91.0)

Updates `traces` from 0.15.2 to 0.18.1
- [Changelog](https://github.com/socketry/traces/blob/main/releases.md)
- [Commits](socketry/traces@v0.15.2...v0.18.1)

---
updated-dependencies:
- dependency-name: middleman
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: middleman-syntax
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: aws-sdk-s3
  dependency-version: 1.198.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: activesupport
  dependency-version: 8.0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: afm
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby-deps
- dependency-name: async
  dependency-version: 2.28.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-partitions
  dependency-version: 1.1153.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-core
  dependency-version: 3.232.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: aws-sdk-kms
  dependency-version: 1.112.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: ethon
  dependency-version: 0.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: google-protobuf
  dependency-version: 4.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: io-event
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: metrics
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: middleman-cli
  dependency-version: 4.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: middleman-core
  dependency-version: 4.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: mime-types-data
  dependency-version: 3.2025.0826
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: pdf-reader
  dependency-version: 2.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rexml
  dependency-version: 3.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: sass-embedded
  dependency-version: 1.91.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: traces
  dependency-version: 0.18.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 1, 2025
@chadlwilson chadlwilson merged commit 314f06a into master Sep 1, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-88937f9a5e branch September 1, 2025 14:51
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