summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-10-23 17:31:05 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-10-23 17:31:48 -0300
commit4969f486f26e614bb8fb69ed12ad1c14c4cfcd04 (patch)
tree8db7f4dd20c75feb745ed6085548d3137e9561ee /Gemfile
parent743050cede59d4ffbd45f2ed0dc4d7f20b75c6bd (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f64cdca31c0..5adba4d58df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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