Merge branch 'sh-add-cleanup-rpc-gitaly' into 'master'
Automatically cleanup stale worktrees and lock files upon a push Closes #44115 See merge request gitlab-org/gitlab-ce!18095
Showing
... | @@ -421,7 +421,7 @@ group :ed25519 do | ... | @@ -421,7 +421,7 @@ group :ed25519 do |
end | end | ||
# Gitaly GRPC client | # Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.91.0', require: 'gitaly' | gem 'gitaly-proto', '~> 0.94.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.10.0' | gem 'grpc', '~> 1.10.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | # Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
... | ... |
Please register or sign in to comment