diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-12-20 17:17:28 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-12-22 20:30:08 -0300 |
commit | 2694355bb6f6bf174b42127db35aa2c912501a9c (patch) | |
tree | 2fc10809c4b0e275da6994ce3c0704ab029b8bb7 /Gemfile | |
parent | 7354c9f75dfbf4c495d2869b5dd4f0dd4f5c9612 (diff) | |
download | gitlab-ce-2694355bb6f6bf174b42127db35aa2c912501a9c.tar.gz |
Incorporate Gitaly's RemoteService RPCsgitaly-remotes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.61.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.62.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |