Support `Gitaly::User`'s gl_username field
We also unify conversions from and to `Gitaly::User`s in the `Gitlab::Git::User` class.
Showing
... | ... | @@ -398,7 +398,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.45.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.48.0', require: 'gitaly' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
... | ... |
Please register or sign in to comment