summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-10-01 13:13:40 +0000
committerNick Thomas <nick@gitlab.com>2018-10-01 13:13:40 +0000
commitdf73116f75d4a7545fb4a7684aa76624efede7d0 (patch)
tree68947c2663e5ef5dffa8a566fcb9dba0c97915cd /Gemfile
parentaac9d70a8c40b819b9d19d66d8a86b439c72f130 (diff)
parenta583f137ddc9833796752b9cf8c07077d76078ba (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c146289e7b5..ecf5e6392c0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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