diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-08-24 14:59:06 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-08-24 14:59:06 +0200 |
commit | 1971ae18f670775d48dd78e844b784d432ddaaca (patch) | |
tree | 5644237dc7f50484e80e2d9fd10f60fff75bccee /Gemfile | |
parent | c1f12ff58e8d66daaa1b2dd86259793751a89d69 (diff) | |
download | gitlab-ce-1971ae18f670775d48dd78e844b784d432ddaaca.tar.gz |
Use gitaly-proto 0.31.0gitaly-gem-rename
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly', '~> 0.30.0' +gem 'gitaly-proto', '~> 0.31.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |