Commit ed824933 authored by Matthias Käppler's avatar Matthias Käppler 3️⃣ Committed by Bob Van Landuyt
Browse files

Pin jaeger-client to 1.1.x

parent ab206c84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
  spec.add_runtime_dependency "actionpack", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 7.0.0"
  spec.add_runtime_dependency "grpc", ">= 1.37" # Be sure to update the "grpc-tools" dev_dependency too
  spec.add_runtime_dependency "jaeger-client", "~> 1.1"
  spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"
  spec.add_runtime_dependency "opentracing", "~> 0.4"
  spec.add_runtime_dependency "pg_query", "~> 2.1"
  spec.add_runtime_dependency "redis", ">3.0.0", "<5.0.0"