+3
−1
config/covered_experiences/schema.json
0 → 100644
+35
−0
+4
−0
+1
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -25,6 +25,7 @@ Gem::Specification.new do |spec| | ||
spec.add_runtime_dependency "grpc", ">= 1.62" # Be sure to update the "grpc-tools" dev_dependency too
|
||
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 'json-schema', '~> 5.1'
|
||
spec.add_runtime_dependency "opentracing", "~> 0.4"
|
||
spec.add_runtime_dependency "pg_query", ">= 6.1.0", "< 7.0"
|
||
spec.add_runtime_dependency "prometheus-client-mmap", "~> 1.2.9"
|
||
+2
−1
Loading