Skip to content
Snippets Groups Projects
Commit 48ec41eb authored by Georges Racinet's avatar Georges Racinet
Browse files

gRPC: matching GitLab 15.3 protobuf/grpc versions

The change is bigger in the Ruby library than it is
in the Python lib and server implementation. With
Ruby, it unlocks in particular the usage of `optional`
fields (`proto3`, no longer experimental).

With Python, however, protobuf versions 3.21 do not exist,
so we keep it at 3.20. Gitaly Comparison tests so far tell us
that it works.
parent 1c187a5a
No related branches found
No related tags found
1 merge request!132Bumping Gitaly protocol to v15.3
source 'https://rubygems.org'
gem 'grpc', '~> 1.30.2'
gem 'google-protobuf', '~> 3.14.0'
gem 'grpc-tools', '= 1.30.2'
gem 'grpc', '~> 1.42.0'
gem 'google-protobuf', '~> 3.21.0'
gem 'grpc-tools', '= 1.42.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment