Skip to content

Commit

Permalink
Update opentelemetry-exporter-otlp requirement from >= 0.25, < 0.28 t…
Browse files Browse the repository at this point in the history
…o >= 0.25, < 0.29

Updates the requirements on [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) to permit the latest version.
- [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.25.0...opentelemetry-exporter-otlp/v0.28.0)

---
updated-dependencies:
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 3055820 commit 2acd825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_app_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = %w[lib]

spec.add_dependency "logstasher", "~> 2.1"
spec.add_dependency "opentelemetry-exporter-otlp", ">= 0.25", "< 0.28"
spec.add_dependency "opentelemetry-exporter-otlp", ">= 0.25", "< 0.29"
spec.add_dependency "opentelemetry-instrumentation-all", ">= 0.39.1", "< 0.62.0"
spec.add_dependency "opentelemetry-sdk", "~> 1.2"
spec.add_dependency "plek", ">= 4", "< 6"
Expand Down

0 comments on commit 2acd825

Please sign in to comment.