diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2018-01-09 19:02:19 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2018-01-09 19:03:57 +0100 |
commit | 8065efac462f3483cb3b17eed7519bbaeddd799a (patch) | |
tree | fa111eac50ae40f321bae8f6ed757787439a5e11 /Gemfile | |
parent | 65b04860c24949f8c327db0be9fc967dfe8225b5 (diff) | |
download | gitlab-ce-8065efac462f3483cb3b17eed7519bbaeddd799a.tar.gz |
Add support for multiple refmaps to RemoteService#add_remotefix/use-mirror-refmaps-instead-mirror-refmap
Closes gitaly#903
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -406,7 +406,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.64.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.69.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |