summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-04-24 12:12:23 +0000
committerNick Thomas <nick@gitlab.com>2019-04-24 12:12:23 +0000
commitb458b4158019013e468e9478af76bbf5e2226b92 (patch)
treefa46b52be89cd094f5af41cce621547114025d80 /Gemfile
parent4f2005df1dc7ca91673ae4ed5ef35130c714ddd9 (diff)
parent2066cb6cf40747068afcfa159a04a277f38ab804 (diff)
downloadgitlab-ce-b458b4158019013e468e9478af76bbf5e2226b92.tar.gz
Merge branch 'sh-upgrade-grpc-and-protobuf' into 'master'
Bump gRPC to 1.19.0 and protobuf to 3.7.1 See merge request gitlab-org/gitlab-ce!27086
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 25b7376f424..65ba7137892 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