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-03-01 19:50:07 +0300
committerAhmad Sherif <me@ahmadsherif.com>2018-03-02 16:55:20 +0300
commitcd770946c420b92535bd6000d0b8ea2fc89cbd0a (patch)
tree9ad85a75a1ef019d7c4b8e8217755fac5b970c3c /Gemfile
parentcbefd38f9c71cc2346b83c4050b03c9cb702864a (diff)
Add support for :all option to {count,find}_commits
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d8cb5267d81..a3352b8923c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,7 +411,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.87.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.88.0', require: 'gitaly'
# Locked until https://github.com/google/protobuf/issues/4210 is closed
gem 'google-protobuf', '= 3.5.1'