Bump gRPC to 1.19.0 and protobuf to 3.7.1
These upgrades are necessary to support Ruby 2.6. This matches the Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/1066
Showing
... | ... | @@ -418,9 +418,9 @@ end |
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 1.19.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
gem 'grpc', '~> 1.19.0' | ||
gem 'google-protobuf', '~> 3.6' | ||
gem 'google-protobuf', '~> 3.7.1' | ||
gem 'toml-rb', '~> 1.0.0', require: false | ||
... | ... |
Please register or sign in to comment