+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| | ||
spec.add_runtime_dependency "google-protobuf", "~> 3" # Keep the major version to 3 until we update the `grpc` gem
|
||
spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"
|
||
spec.add_runtime_dependency "opentracing", "~> 0.4"
|
||
spec.add_runtime_dependency "pg_query", ">= 5.1.0", "< 7.0"
|
||
spec.add_runtime_dependency "pg_query", ">= 6.1.0", "< 7.0"
|
||
spec.add_runtime_dependency "redis", "> 3.0.0", "< 6.0.0"
|
||
# Please maintain alphabetical order for dev dependencies
|
||
Loading