+1
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -24,6 +24,7 @@ Gem::Specification.new do |spec| | ||
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 "opentracing", "~> 0.4"
|
||
spec.add_runtime_dependency "redis", "~> 3.2"
|
||
# Please maintain alphabetical order for dev dependencies
|
||
spec.add_development_dependency "grpc-tools", "~> 1.19"
|
||
+1
−0
lib/labkit/tracing/redis.rb
0 → 100644
+17
−0
+27
−0
+99
−0
Loading