Verified Commit 339cd7f5 authored by andrey's avatar andrey 🇱🇻 Committed by GitLab
Browse files

Use more precise ranges

parent fad04a43
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", "< 2"
  spec.add_runtime_dependency "opentelemetry-instrumentation-all", "< 1"
  spec.add_runtime_dependency "opentelemetry-exporter-otlp", "< 1"
  spec.add_runtime_dependency "opentracing", "< 1"
  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"