diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-07 04:41:22 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-22 22:56:23 -0700 |
commit | 2066cb6cf40747068afcfa159a04a277f38ab804 (patch) | |
tree | ca39a3e4c3db27a0f802e0bd68521f4e6acfbcd2 /Gemfile | |
parent | dfb2c3784e06684e3d76b0f9b30906ef086b938a (diff) | |
download | gitlab-ce-2066cb6cf40747068afcfa159a04a277f38ab804.tar.gz |
Bump gRPC to 1.19.0 and protobuf to 3.7.1sh-upgrade-grpc-and-protobuf
These upgrades are necessary to support Ruby 2.6.
This matches the Gitaly MR:
https://gitlab.com/gitlab-org/gitaly/merge_requests/1066
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |