Commit 08ae82f6 authored by Igor's avatar Igor
Browse files

bump jaeger dependency to ~> 1.1

parent 63201308
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", "< 6.1.0"
  spec.add_runtime_dependency "activesupport", ">= 5.0.0", "< 6.1.0"
  spec.add_runtime_dependency "grpc", "~> 1.19" # Be sure to update the "grpc-tools" dev_depenency too
  spec.add_runtime_dependency "jaeger-client", "~> 0.10"
  spec.add_runtime_dependency "jaeger-client", "~> 1.1"
  spec.add_runtime_dependency "opentracing", "~> 0.4"
  spec.add_runtime_dependency "redis", ">3.0.0", "<5.0.0"