summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-11-21 14:47:52 +0100
committerAhmad Sherif <me@ahmadsherif.com>2017-12-04 19:21:07 +0100
commit8be9567c64d2c90a56e36308f39ee89938137614 (patch)
treea55ba823bc018892369904216af97cfc47877c8b /Gemfile
parent02111f4d4d03246530e8453d669c63cdbe80fb44 (diff)
downloadgitlab-ce-8be9567c64d2c90a56e36308f39ee89938137614.tar.gz
Migrate Gitlab::Git::Repository#cherry_pick to Gitaly
Closes gitaly#737
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ad4b1e73fff..ac082bec100 100644
--- a/Gemfile
+++ b/Gemfile
@@ -400,7 +400,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.54.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.58.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false