From 2066cb6cf40747068afcfa159a04a277f38ab804 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 7 Apr 2019 04:41:22 -0700 Subject: 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 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.3