diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2018-07-04 14:42:24 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2018-07-06 12:06:54 +0200 |
commit | ff112ce641a93f38647e67e4ed92b685ccc2430a (patch) | |
tree | cd06666c03a091f7c1df1535a60870f296f81526 /Gemfile | |
parent | afb3caac797f5c90af9ff4989a3730299d39e3f1 (diff) | |
download | gitlab-ce-ff112ce641a93f38647e67e4ed92b685ccc2430a.tar.gz |
Add Repository#set_config and #delete_config
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.103.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.105.0', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |