diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-10-23 17:31:05 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-10-23 17:31:48 -0300 |
commit | 4969f486f26e614bb8fb69ed12ad1c14c4cfcd04 (patch) | |
tree | 8db7f4dd20c75feb745ed6085548d3137e9561ee /Gemfile | |
parent | 743050cede59d4ffbd45f2ed0dc4d7f20b75c6bd (diff) | |
download | gitlab-ce-4969f486f26e614bb8fb69ed12ad1c14c4cfcd04.tar.gz |
Support `Gitaly::User`'s gl_username fieldgitaly-gl-username
We also unify conversions from and to `Gitaly::User`s in the
`Gitlab::Git::User` class.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |