Commit d2609f61 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'sh-relax-gprc-versions-try2' into 'master'

Relax gRPC runtime dependency

See merge request gitlab-org/labkit-ruby!15
parents 51c1e623 35417969
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
  # Please maintain alphabetical order for dependencies
  spec.add_runtime_dependency "actionpack", "~> 5"
  spec.add_runtime_dependency "activesupport", "~> 5"
  spec.add_runtime_dependency "grpc", "~> 1.19.0" # Be sure to update the "grpc-tools" dev_depenency too
  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"