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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7d8b22359b2..5b61f3dbf67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM po_to_json (>= 1.0.0) rails (>= 3.2.0) gherkin-ruby (0.3.2) - gitaly-proto (0.88.0) + gitaly-proto (0.91.0) google-protobuf (~> 3.1) grpc (~> 1.0) github-linguist (5.3.3) @@ -1062,7 +1062,7 @@ DEPENDENCIES gettext (~> 3.2.2) gettext_i18n_rails (~> 1.8.0) gettext_i18n_rails_js (~> 1.3) - gitaly-proto (~> 0.88.0) + gitaly-proto (~> 0.91.0) github-linguist (~> 5.3.3) gitlab-flowdock-git-hook (~> 1.0.1) gitlab-markup (~> 1.6.2) |