Bump google-protobuf to 3.6.1
It looks like gRPC may have worked around https://github.com/google/protobuf/issues/4210 via https://github.com/grpc/grpc/pull/14634. This is needed to support Ruby 2.5 (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22555).
Showing
... | ... | @@ -417,8 +417,7 @@ end |
gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' | ||
gem 'grpc', '~> 1.15.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
gem 'google-protobuf', '= 3.5.1' | ||
gem 'google-protobuf', '~> 3.6' | ||
gem 'toml-rb', '~> 1.0.0', require: false | ||
... | ... |
Please register or sign in to comment