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:
authorRémy Coutable <remy@rymai.me>2018-11-29 14:36:16 +0300
committerRémy Coutable <remy@rymai.me>2018-11-29 14:36:16 +0300
commit7c0718cd79b9f7976e3a9d78fdc6661a6c9ebfba (patch)
tree9bcc63207ca7841414c7e5da0b1ad7589da3f4fd /Gemfile
parent938b891f89403ced0268699a6295531db508be17 (diff)
parent14076062df5d9f369c42796e754b3918965a0623 (diff)
Merge branch '51083-fix-move-api' into 'master'
Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c463c46a639..32e319f4d69 100644
--- a/Gemfile
+++ b/Gemfile
@@ -432,7 +432,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 1.1.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 1.2.0', require: 'gitaly'
gem 'grpc', '~> 1.15.0'
gem 'google-protobuf', '~> 3.6'