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>2017-05-05 17:55:12 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-05-13 19:27:06 +0300
commit99feed6e00e0f012f7e879a710e8b478b6160d2f (patch)
tree0246a5b1a494fcf4e59c17b0183cc2e614194b22 /Gemfile
parentaa6f44328ed22ebab51440a5a04f6b62d6471b78 (diff)
Add support for deltas_only under Gitaly
Closes gitaly#199
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2be46e99c6f..9efb362e494 100644
--- a/Gemfile
+++ b/Gemfile
@@ -367,6 +367,6 @@ gem 'vmstat', '~> 2.3.0'
gem 'sys-filesystem', '~> 1.1.6'
# Gitaly GRPC client
-gem 'gitaly', '~> 0.6.0'
+gem 'gitaly', '~> 0.7.0'
gem 'toml-rb', '~> 0.3.15', require: false