diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-08-09 17:47:11 -0400 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-08-22 16:31:59 -0300 |
commit | 258d5a50e63d5e29b6a3adc0a250727a8232695b (patch) | |
tree | ed9d91250eebd52988e856d2d9e82aee9eead614 /Gemfile | |
parent | 8936a92e811f51011eb405e379b0ca563b34936f (diff) | |
download | gitlab-ce-258d5a50e63d5e29b6a3adc0a250727a8232695b.tar.gz |
Incorporate DiffService.CommitPatch Gitaly RPCgitaly-commit-patch
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly', '~> 0.29.0' +gem 'gitaly', '~> 0.30.0' gem 'toml-rb', '~> 0.3.15', require: false |