diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-11-27 08:56:26 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-11-27 08:56:26 +0000 |
commit | d3f033d69cec33e8058ee9f029718882990175b0 (patch) | |
tree | a831ad104b072f3b5e689a1bb13da202109d5bf3 /Gemfile | |
parent | 124a0cab33f6b9abda40351d2d5b4c382d514460 (diff) | |
parent | 67f2faa72d53096bf71cbe126b5b6d0830d42886 (diff) | |
download | gitlab-ce-d3f033d69cec33e8058ee9f029718882990175b0.tar.gz |
Merge branch 'bvl-use-shell-writeref' into 'master'
Don't use rugged write-ref anymore
See merge request gitlab-org/gitlab-ce!23286
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.123.0', require: 'gitaly' +gem 'gitaly-proto', '~> 1.1.0', require: 'gitaly' gem 'grpc', '~> 1.15.0' gem 'google-protobuf', '~> 3.6' |