diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-28 13:25:25 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-28 13:25:25 +0000 |
commit | c23945a3fdd0bccd4277ac83a9beb158a5c57234 (patch) | |
tree | 5ac7407029b220ae902700a6840dc9a8bd001c1b /Gemfile | |
parent | b3fb82a9d28571d90e45220c62dd70d7004a42bd (diff) | |
parent | 11a483649e2bbcb2ee293fd189473a048d3e3f35 (diff) | |
download | gitlab-ce-c23945a3fdd0bccd4277ac83a9beb158a5c57234.tar.gz |
Merge branch 'zj-remote-repo-exists' into 'master'
Test if remote repository exists before cloning
Closes #43929 and gitaly#1084
See merge request gitlab-org/gitlab-ce!18017
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.91.0', require: 'gitaly' gem 'grpc', '~> 1.10.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |