Skip to content

build(deps): bump the bundler-production-dependencies group across 1 directory with 13 updates#172

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/src/email/bundler-production-dependencies-29d8f24125
Open

build(deps): bump the bundler-production-dependencies group across 1 directory with 13 updates#172
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/src/email/bundler-production-dependencies-29d8f24125

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps the bundler-production-dependencies group with 13 updates in the /src/email directory:

Package From To
puma 7.1.0 7.2.0
rackup 2.2.1 2.3.1
rack 3.2.4 3.2.6
google-protobuf 4.33.0 4.34.1
opentelemetry-sdk 1.10.0 1.11.0
opentelemetry-common 0.23.0 0.24.0
opentelemetry-logs-sdk 0.4.0 0.5.0
opentelemetry-metrics-sdk 0.11.1 0.13.0
opentelemetry-exporter-otlp 0.31.1 0.33.0
opentelemetry-exporter-otlp-metrics 0.6.1 0.8.0
opentelemetry-exporter-otlp-logs 0.2.2 0.4.0
opentelemetry-instrumentation-all 0.87.0 0.91.0
openfeature-sdk 0.4.1 0.6.5

Updates puma from 7.1.0 to 7.2.0

Release notes

Sourced from puma's releases.

v7.2.0 - On The Corner

  • Features

    • Add workers :auto (#3827)
    • Make it possible to restrict control server commands to stats (#3787)
  • Bugfixes

    • Don't break if WEB_CONCURRENCY is set to a blank string (#3837)
    • Don't share server between worker 0 and descendants on refork (#3602)
    • Fix phase check race condition in Puma::Cluster#check_workers (#3690)
    • Fix advertising of CLI config before config files are loaded (#3823)
  • Performance

    • 17% faster HTTP parsing through pre-interning env keys (#3825)
    • Implement dsize and dcompact functions for Puma::HttpParser, which makes Puma's C-extension GC-compactible (#3828)
  • Refactor

    • Remove NoMethodError rescue in Reactor#select_loop (#3831)
    • Various cleanups in the C extension (#3814)
    • Monomorphize handle_request return (#3802)
  • Docs

    • Change link to docs/deployment.md in README.md (#3848)
    • Fix formatting for each signal description in signals.md (#3813)
    • Update deployment and Kubernetes docs with Puma configuration tips (#3807)
    • Rename master to main (#3809, #3808, #3800)
    • Fix some minor typos in the docs (#3804)
    • Add GOVERNANCE.md, MAINTAINERS (#3826)
    • Remove Code Climate badge (#3820)
    • Add @​joshuay03 to the maintainer list
  • CI

Changelog

Sourced from puma's changelog.

7.2.0 / 2026-01-20

  • Features

    • Add workers :auto (#3827)
    • Make it possible to restrict control server commands to stats (#3787)
  • Bugfixes

    • Don't break if WEB_CONCURRENCY is set to a blank string (#3837)
    • Don't share server between worker 0 and descendants on refork (#3602)
    • Fix phase check race condition in Puma::Cluster#check_workers (#3690)
    • Fix advertising of CLI config before config files are loaded (#3823)
  • Performance

    • 17% faster HTTP parsing through pre-interning env keys (#3825)
    • Implement dsize and dcompact functions for Puma::HttpParser, which makes Puma's C-extension GC-compactible (#3828)
  • Refactor

    • Remove NoMethodError rescue in Reactor#select_loop (#3831)
    • Various cleanups in the C extension (#3814)
    • Monomorphize handle_request return (#3802)
  • Docs

    • Change link to docs/deployment.md in README.md (#3848)
    • Fix formatting for each signal description in signals.md (#3813)
    • Update deployment and Kubernetes docs with Puma configuration tips (#3807)
    • Rename master to main (#3809, #3808, #3800)
    • Fix some minor typos in the docs (#3804)
    • Add GOVERNANCE.md, MAINTAINERS (#3826)
    • Remove Code Climate badge (#3820)
    • Add @​joshuay03 to the maintainer list
  • CI

Commits

Updates rackup from 2.2.1 to 2.3.1

Changelog

Sourced from rackup's changelog.

Releases

All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference Keep A Changelog.

Commits
  • f3fa1d6 Bump patch version.
  • 583c7dc Fix WEBrick SERVER_PORT handling.
  • adc9596 Bump minor version.
  • 8e538be Update the webrick handler to support OPTIONS * requests. (#40)
  • 7a3e190 Update workflows.
  • 5d18f5a Update spec_server.rb
  • c6cdd47 Fix references from Rack::Server to Rackup::Server in comments
  • e3df7cb Provide a 'Changelog' link on rubygems.org/gems/rackup
  • 39d5226 Documentation for how to access handlers programatically.
  • 301b6dd Update releases.md - fixes #29.
  • See full diff in compare view

Updates rack from 3.2.4 to 3.2.6

Release notes

Sourced from rack's releases.

v3.2.6

Full Changelog: rack/rack@v3.2.5...v3.2.6

Changelog

Sourced from rack's changelog.

[3.2.6] - 2026-04-01

Security

  • CVE-2026-34763 Root directory disclosure via unescaped regex interpolation in Rack::Directory.
  • CVE-2026-34230 Avoid O(n^2) algorithm in Rack::Utils.select_best_encoding which could lead to denial of service.
  • CVE-2026-32762 Forwarded header semicolon injection enables Host and Scheme spoofing.
  • CVE-2026-26961 Raise error for multipart requests with multiple boundary parameters.
  • CVE-2026-34786 Rack::Static header_rules bypass via URL-encoded path mismatch.
  • CVE-2026-34831 Content-Length mismatch in Rack::Files error responses.
  • CVE-2026-34826 Multipart byte range processing allows denial of service via excessive overlapping ranges.
  • CVE-2026-34835 Rack::Request accepts invalid Host characters, enabling host allowlist bypass.
  • CVE-2026-34830 Rack::Sendfile header-based X-Accel-Mapping regex injection enables unauthorized X-Accel-Redirect.
  • CVE-2026-34785 Rack::Static prefix matching can expose unintended files under the static root.
  • CVE-2026-34829 Multipart parsing without Content-Length header allows unbounded chunked file uploads.
  • CVE-2026-34827 Multipart header parsing allows denial of service via escape-heavy quoted parameters.
  • CVE-2026-26962 Improper unfolding of folded multipart headers preserves CRLF in parsed parameter values.

[3.2.5] - 2026-02-16

Security

  • CVE-2026-25500 XSS injection via malicious filename in Rack::Directory.
  • CVE-2026-22860 Directory traversal via root prefix bypass in Rack::Directory.

Fixed

Commits
  • e1f22fd Bump patch version.
  • 31989fd Fix typo in test.
  • d268165 Fix test expectation.
  • 8f425de Add Ruby v4.0 to the test matrix.
  • bf83042 Drop EOL Rubies from external tests.
  • d50c4d3 Implement OBS unfolding for multipart requests per RFC 5322 2.2.3
  • bfb6914 Limit the number of quoted escapes during multipart parsing
  • b3e5945 Add Content-Length size check in Rack::Multipart::Parser
  • 7a8f326 Fix root prefix bug in Rack::Static
  • a57bc14 Only do a simple substitution on the x-accel-mapping paths
  • Additional commits viewable in compare view

Updates google-protobuf from 4.33.0 to 4.34.1

Commits

Updates opentelemetry-sdk from 1.10.0 to 1.11.0

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.11.0

v1.11.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Changelog

Sourced from opentelemetry-sdk's changelog.

v1.11.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Commits

Updates opentelemetry-common from 0.23.0 to 0.24.0

Release notes

Sourced from opentelemetry-common's releases.

opentelemetry-common 0.24.0

v0.24.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Changelog

Sourced from opentelemetry-common's changelog.

v0.24.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Commits

Updates opentelemetry-logs-sdk from 0.4.0 to 0.5.0

Release notes

Sourced from opentelemetry-logs-sdk's releases.

opentelemetry-logs-sdk 0.5.0

v0.5.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Changelog

Sourced from opentelemetry-logs-sdk's changelog.

v0.5.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Commits

Updates opentelemetry-metrics-sdk from 0.11.1 to 0.13.0

Release notes

Sourced from opentelemetry-metrics-sdk's releases.

opentelemetry-metrics-sdk 0.13.0

v0.13.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Add basic support for metrics exemplar (#1609)

opentelemetry-metrics-sdk 0.12.0

v0.12.0 / 2026-02-11

  • BREAKING CHANGE: Fix the issue of mixed scale with multiple attributes

  • FIXED: Fix the issue of mixed scale with multiple attributes

opentelemetry-metrics-sdk 0.11.2

v0.11.2 / 2025-12-02

  • FIXED: Add merge logic for exponential histogram when the temporality cumulative
Changelog

Sourced from opentelemetry-metrics-sdk's changelog.

v0.13.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Add basic support for metrics exemplar (#1609)

v0.12.0 / 2026-02-11

  • BREAKING CHANGE: Fix the issue of mixed scale with multiple attributes

  • FIXED: Fix the issue of mixed scale with multiple attributes

v0.11.2 / 2025-12-02

  • FIXED: Add merge logic for exponential histogram when the temporality cumulative
Commits

Updates opentelemetry-exporter-otlp from 0.31.1 to 0.33.0

Release notes

Sourced from opentelemetry-exporter-otlp's releases.

opentelemetry-exporter-otlp 0.33.0

v0.33.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)

opentelemetry-exporter-otlp 0.32.0

v0.32.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

v0.33.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)

v0.32.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Commits

Updates opentelemetry-exporter-otlp-metrics from 0.6.1 to 0.8.0

Release notes

Sourced from opentelemetry-exporter-otlp-metrics's releases.

opentelemetry-exporter-otlp-metrics 0.8.0

v0.8.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • ADDED: Add basic support for metrics exemplar (#1609)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)

opentelemetry-exporter-otlp-metrics 0.7.0

v0.7.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Changelog

Sourced from opentelemetry-exporter-otlp-metrics's changelog.

v0.8.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • ADDED: Add basic support for metrics exemplar (#1609)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)

v0.7.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Commits

Updates opentelemetry-exporter-otlp-logs from 0.2.2 to 0.4.0

Release notes

Sourced from opentelemetry-exporter-otlp-logs's releases.

opentelemetry-exporter-otlp-logs 0.4.0

v0.4.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)
  • DOCS: Fix exporter-otlp-logs gemspec metadata links (#2060)

opentelemetry-exporter-otlp-logs 0.3.0

v0.3.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Changelog

Sourced from opentelemetry-exporter-otlp-logs's changelog.

v0.4.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)
  • DOCS: Fix exporter-otlp-logs gemspec metadata links (#2060)

v0.3.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)
Commits

Updates opentelemetry-instrumentation-all from 0.87.0 to 0.91.0

Release notes

Sourced from opentelemetry-instrumentation-all's releases.

opentelemetry-instrumentation-all 0.91.0

v0.91.0 / 2026-03-17

  • ADDED: Upgrade opentelemetry-instrumentation-anthropic to 0.4.0
  • ADDED: Upgrade opentelemetry-instrumentation-dalli to 0.29.2
  • ADDED: Upgrade opentelemetry-instrumentation-ethon to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-excon to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-faraday to 0.32.0
  • ADDED: Upgrade opentelemetry-instrumentation-grape to 0.6.0
  • ADDED: Upgrade opentelemetry-instrumentation-graphql to 0.31.2
  • ADDED: Upgrade opentelemetry-instrumentation-http to 0.29.0
  • ADDED: Upgrade opentelemetry-instrumentation-http_client to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-httpx to 0.7.0
  • ADDED: Upgrade opentelemetry-instrumentation-net_http to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-racecar to 0.6.1
  • ADDED: Upgrade opentelemetry-instrumentation-rack to 0.30.0
  • ADDED: Upgrade opentelemetry-instrumentation-rails to 0.40.0
  • ADDED: Upgrade opentelemetry-instrumentation-restclient to 0.27.0
  • ADDED: Upgrade opentelemetry-instrumentation-sinatra to 0.29.0
  • ADDED: Upgrade opentelemetry-instrumentation-trilogy to 0.67.0

opentelemetry-instrumentation-all 0.90.1

v0.90.1 / 2026-01-13

  • ADDED: Fixed release version

opentelemetry-instrumentation-all 0.89.1

v0.89.1 / 2025-12-03

  • ADDED: Upgrade trilogy instrumentation to 0.65.1
  • ADDED: Upgrade mysql2 instrumentation to 0.32.1
  • ADDED: Upgrade pg instrumentation to 0.34.1

opentelemetry-instrumentation-all 0.89.0

v0.89.0 / 2025-12-02

  • ADDED: Upgrade trilogy instrumentation to 0.65.0
  • ADDED: Upgrade mysql2 instrumentation to 0.32.0
  • ADDED: Upgrade pg instrumentation to 0.34.0
  • ADDED: Upgrade que instrumentation to 0.12.0
  • ADDED: Upgrade sidekiq instrumentation to 0.28.1

opentelemetry-instrumentation-all 0.88.0

No release notes provided.

Changelog

Sourced from opentelemetry-instrumentation-all's changelog.

v0.91.0 / 2026-03-17

  • ADDED: Upgrade opentelemetry-instrumentation-anthropic to 0.4.0
  • ADDED: Upgrade opentelemetry-instrumentation-dalli to 0.29.2
  • ADDED: Upgrade opentelemetry-instrumentation-ethon to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-excon to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-faraday to 0.32.0
  • ADDED: Upgrade opentelemetry-instrumentation-grape to 0.6.0
  • ADDED: Upgrade opentelemetry-instrumentation-graphql to 0.31.2
  • ADDED: Upgrade opentelemetry-instrumentation-http to 0.29.0
  • ADDED: Upgrade opentelemetry-instrumentation-http_client to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-httpx to 0.7.0
  • ADDED: Upgrade opentelemetry-instrumentation-net_http to 0.28.0
  • ADDED: Upgrade opentelemetry-instrumentation-racecar to 0.6.1
  • ADDED: Upgrade opentelemetry-instrumentation-rack to 0.30.0
  • ADDED: Upgrade opentelemetry-instrumentation-rails to 0.40.0
  • ADDED: Upgrade opentelemetry-instrumentation-restclient to 0.27.0
  • ADDED: Upgrade opentelemetry-instrumentation-sinatra to 0.29.0
  • ADDED: Upgrade opentelemetry-instrumentation-trilogy to 0.67.0

v0.90.1 / 2026-01-13

  • ADDED: Fixed release version

v0.90.0 / 2025-01-13

  • ADDED: Add SQL Comment Propagator
  • ADDED: HTTP Client Semconv v1.17 Span Naming

v0.89.1 / 2025-12-03

  • ADDED: Upgrade trilogy instrumentation to 0.65.1
  • ADDED: Upgrade mysql2 instrumentation to 0.32.1
  • ADDED: Upgrade pg instrumentation to 0.34.1

v0.89.0 / 2025-12-02

  • ADDED: Upgrade trilogy instrumentation to 0.65.0
  • ADDED: Upgrade mysql2 instrumentation to 0.32.0
  • ADDED: Upgrade pg instrumentation to 0.34.0
  • ADDED: Upgrade que instrumentation to 0.12.0
  • ADDED: Upgrade sidekiq instrumentation to 0.28.1

v0.88.0 / 2025-11-26

  • BREAKING CHANGE: Update Ethon span name when unknown method
  • ADDED: Update Ethon span name when unknown method
Commits
  • cbe92a6 release: Release 18 items (#2093)
  • f5ff69b chore: update rubocop requirement from ~> 1.84.0 to ~> 1.85.0 in the producti...
  • 1cdfc76 test: Switch to RSpec Mocks (#2011)
  • 1c6c7e2 ci: Address issues identified by renovate part. 2 (#1938)
  • 638a44f chore(deps): update dependency rubocop to '~> 1.84.0' (#1993)
  • ff7f181 chore: Trim whitespace from changelogs (#2002)
  • c4049c0 release: Release opentelemetry-instrumentation-all 0.90.1 (was 0.89.1) (#1942)
  • e8223d2 release: Release 12 gems (#1940)
  • 1259808 chore: Remove Explicit Bundler Dependency (#1901)
  • ceab92c ci: Rake dependency updates (#1913)
  • Additional commits viewable in compare view

Updates openfeature-sdk from 0.4.1 to 0.6.5

Release notes

Sourced from openfeature-sdk's releases.

v0.6.5

0.6.5 (2026-03-18)

Features

  • add RBS type signatures with Steep type checking (#251) (506e999)

v0.6.4

0.6.4 (2026-03-07)

Features

  • add OTel-compatible telemetry utility (#240) (a03e524)

v0.6.3

0.6.3 (2026-03-07)

Features

Bug Fixes

  • close remaining MUST-level spec compliance gaps (#238) (1d08491)

v0.6.2

0.6.2 (2026-03-07)

Features

  • add logging hook (spec Appendix A) (#229) (2f681c9)
  • add transaction context propagation (spec 3.3) (#230) (0aff30f)

v0.6.1

0.6.1 (2026-03-05)

Features

  • add flag metadata defaulting and immutability (#221) (a300fc5)
  • add hook data per-hook mutable state (#222) (28518a0)
  • add InMemoryProvider context callbacks and event emission (#224) (0a148f6)
  • add shutdown API, provider status, and status short-circuit (#223) (f9c32ad)
  • implement Tracking API (spec section 6) (#227) (5576fce)

... (truncated)

Changelog

Sourced from openfeature-sdk's changelog.

0.6.5 (2026-03-18)

Features

  • add RBS type signatures with Steep type checking (#251) (506e999)

0.6.4 (2026-03-07)

Features

  • add OTel-compatible telemetry utility (#240) (a03e524)

0.6.3 (2026-03-07)

Features

Bug Fixes

  • close remaining MUST-level spec compliance gaps (#238) (1d08491)

0.6.2 (2026-03-07)

Features

  • add logging hook (spec Appendix A) (#229) (2f681c9)
  • add transaction context propagation (spec 3.3) (#230) (0aff30f)

0.6.1 (2026-03-05)

Features

  • add flag metadata defaulting and immutability (#221) (a300fc5)
  • add hook data per-hook mutable state (#222) (

…directory with 13 updates

Bumps the bundler-production-dependencies group with 13 updates in the /src/email directory:

| Package | From | To |
| --- | --- | --- |
| [puma](https://github.com/puma/puma) | `7.1.0` | `7.2.0` |
| [rackup](https://github.com/rack/rackup) | `2.2.1` | `2.3.1` |
| [rack](https://github.com/rack/rack) | `3.2.4` | `3.2.6` |
| [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.33.0` | `4.34.1` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `1.10.0` | `1.11.0` |
| [opentelemetry-common](https://github.com/open-telemetry/opentelemetry-ruby) | `0.23.0` | `0.24.0` |
| [opentelemetry-logs-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `0.4.0` | `0.5.0` |
| [opentelemetry-metrics-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `0.11.1` | `0.13.0` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) | `0.31.1` | `0.33.0` |
| [opentelemetry-exporter-otlp-metrics](https://github.com/open-telemetry/opentelemetry-ruby) | `0.6.1` | `0.8.0` |
| [opentelemetry-exporter-otlp-logs](https://github.com/open-telemetry/opentelemetry-ruby) | `0.2.2` | `0.4.0` |
| [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.87.0` | `0.91.0` |
| [openfeature-sdk](https://github.com/open-feature/ruby-sdk) | `0.4.1` | `0.6.5` |



Updates `puma` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v7.1.0...v7.2.0)

Updates `rackup` from 2.2.1 to 2.3.1
- [Release notes](https://github.com/rack/rackup/releases)
- [Changelog](https://github.com/rack/rackup/blob/main/releases.md)
- [Commits](rack/rackup@v2.2.1...v2.3.1)

Updates `rack` from 3.2.4 to 3.2.6
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.2.4...v3.2.6)

Updates `google-protobuf` from 4.33.0 to 4.34.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `opentelemetry-sdk` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.10.0...opentelemetry-sdk/v1.11.0)

Updates `opentelemetry-common` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/common/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-common/v0.23.0...opentelemetry-common/v0.24.0)

Updates `opentelemetry-logs-sdk` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/logs_sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-logs-sdk/v0.4.0...opentelemetry-logs-sdk/v0.5.0)

Updates `opentelemetry-metrics-sdk` from 0.11.1 to 0.13.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/metrics_sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-metrics-sdk/v0.11.1...opentelemetry-metrics-sdk/v0.13.0)

Updates `opentelemetry-exporter-otlp` from 0.31.1 to 0.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp/v0.31.1...opentelemetry-exporter-otlp/v0.33.0)

Updates `opentelemetry-exporter-otlp-metrics` from 0.6.1 to 0.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp-metrics/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp-metrics/v0.6.1...opentelemetry-exporter-otlp-metrics/v0.8.0)

Updates `opentelemetry-exporter-otlp-logs` from 0.2.2 to 0.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp-logs/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp-logs/v0.2.2...opentelemetry-exporter-otlp-logs/v0.4.0)

Updates `opentelemetry-instrumentation-all` from 0.87.0 to 0.91.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/all/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-all/v0.87.0...opentelemetry-instrumentation-all/v0.91.0)

Updates `openfeature-sdk` from 0.4.1 to 0.6.5
- [Release notes](https://github.com/open-feature/ruby-sdk/releases)
- [Changelog](https://github.com/open-feature/ruby-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/ruby-sdk@v0.4.1...v0.6.5)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: rackup
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: rack
  dependency-version: 3.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler-production-dependencies
- dependency-name: google-protobuf
  dependency-version: 4.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-sdk
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-common
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-logs-sdk
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-metrics-sdk
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-exporter-otlp
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-metrics
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-exporter-otlp-logs
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: opentelemetry-instrumentation-all
  dependency-version: 0.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
- dependency-name: openfeature-sdk
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler-production-dependencies
...

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 Apr 8, 2026
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.

0 participants