diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-08-12 15:50:30 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-12 15:50:30 +0000 |
commit | f3e0ec7b4a2aee41a097bf8385f34e1a16c64713 (patch) | |
tree | fa943f6a0874ba8cde1b2a43de6bc76799175ac2 /Gemfile | |
parent | 37496d5916fffd2e09a0722ac92a264fe83ff136 (diff) | |
download | gitlab-ce-f3e0ec7b4a2aee41a097bf8385f34e1a16c64713.tar.gz |
Update Gitaly server and gem to 1.58.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -424,8 +424,8 @@ group :ed25519 do gem 'bcrypt_pbkdf', '~> 1.0' end -# Gitaly GRPC client -gem 'gitaly-proto', '~> 1.37.0', require: 'gitaly' +# Gitaly GRPC protocol definitions +gem 'gitaly', '~> 1.58.0' gem 'grpc', '~> 1.19.0' |