Verified Commit 2b889807 authored by Matias Alvarez's avatar Matias Alvarez Committed by GitLab
Browse files

Merge branch 'loosen-otel-requirements' into 'master'

Define permitted ranges for otel dependency gems

See merge request !297

Merged-by: default avatarMatias Alvarez <malvarez@gitlab.com>
Approved-by: default avatarMatias Alvarez <malvarez@gitlab.com>
Reviewed-by: default avatarGitLab Duo <gitlab-duo@gitlab.com>
Co-authored-by: andrey's avatarandrey <acunskis@gitlab.com>
parents d4b76198 339cd7f5
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ Gem::Specification.new do |spec|
  spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"
  spec.add_runtime_dependency "json_schemer", ">= 2.3.0", "< 3.0"
  spec.add_runtime_dependency "openssl", "~> 3.3.2"
  spec.add_runtime_dependency "opentelemetry-sdk", "~> 1.10"
  spec.add_runtime_dependency "opentelemetry-instrumentation-all", "~> 0.89.1"
  spec.add_runtime_dependency "opentelemetry-exporter-otlp", "~> 0.31.1"
  spec.add_runtime_dependency "opentracing", "~> 0.4"
  spec.add_runtime_dependency "opentelemetry-sdk", ">= 1.10", "< 2"
  spec.add_runtime_dependency "opentelemetry-instrumentation-all", ">= 0.89", "< 1"
  spec.add_runtime_dependency "opentelemetry-exporter-otlp", ">= 0.31", "< 1"
  spec.add_runtime_dependency "opentracing", ">= 0.4", "< 1"
  spec.add_runtime_dependency "pg_query", ">= 6.1.0", "< 7.0"
  spec.add_runtime_dependency "prometheus-client-mmap", ">= 1.2", "< 2.0"
  spec.add_runtime_dependency "redis", "> 3.0.0", "< 6.0.0"