summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-07 04:41:22 -0700
committerStan Hu <stanhu@gmail.com>2019-04-22 22:56:23 -0700
commit2066cb6cf40747068afcfa159a04a277f38ab804 (patch)
treeca39a3e4c3db27a0f802e0bd68521f4e6acfbcd2 /Gemfile
parentdfb2c3784e06684e3d76b0f9b30906ef086b938a (diff)
downloadgitlab-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--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e0f892e8929..fcb3590a61e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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