diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-10 13:09:11 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-10 13:09:11 +0200 |
commit | 46f6b75f82791463d703f7e2ab2a44b36d15de6f (patch) | |
tree | 941115c354baca2d36244a512ae48ce83c34b8f6 /Gemfile | |
parent | 31f60fb66fa19ab62e33daa8d04fde2afabb392b (diff) | |
download | gitlab-ce-46f6b75f82791463d703f7e2ab2a44b36d15de6f.tar.gz |
Use gitaly-proto 0.41.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.39.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.41.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |