Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2018-01-22 18:46:02 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-01-24 21:02:32 +0300
commit6a28967c1461a840926940beb075e4f9285c7e82 (patch)
treebc857c77ce914db1e6be131f7023e017249bff8a /Gemfile
parenta403011e4f7adae339a3a8584e22a75f4872c3c5 (diff)
Migrate restoring repo from bundle to Gitaly
Closes gitaly#946
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 346182b3852..ee576c53fe9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -406,7 +406,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.76.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.78.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false