+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"
|
||
Loading