diff options
author | Nick Thomas <nick@gitlab.com> | 2018-10-01 13:13:40 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-10-01 13:13:40 +0000 |
commit | df73116f75d4a7545fb4a7684aa76624efede7d0 (patch) | |
tree | 68947c2663e5ef5dffa8a566fcb9dba0c97915cd /Gemfile | |
parent | aac9d70a8c40b819b9d19d66d8a86b439c72f130 (diff) | |
parent | a583f137ddc9833796752b9cf8c07077d76078ba (diff) | |
download | gitlab-ce-df73116f75d4a7545fb4a7684aa76624efede7d0.tar.gz |
Merge branch '37433-solve-n-1-in-refs-controller-logs-tree' into 'master'
Adds list_last_commits_for_tree as the method call for the Gitaly ListLastCommitsForTree RPC
Closes #37433
See merge request gitlab-org/gitlab-ce!21921
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -420,7 +420,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.117.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.118.1', require: 'gitaly' gem 'grpc', '~> 1.11.0' # Locked until https://github.com/google/protobuf/issues/4210 is closed |