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-08-09 09:36:24 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-08-11 20:42:17 +0300
commitdaa0137b41eeec4008e8292971601fc8594b5329 (patch)
tree58987f0d4bb22efdf1027c870bf4980693f22829 /Gemfile
parent8d2099cd8ab02209a0c7aeccc43ecba57a07ae2a (diff)
Migrate force push check to Gitaly
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fcd4889eea8..61aedd32819 100644
--- a/Gemfile
+++ b/Gemfile
@@ -402,7 +402,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly', '~> 0.26.0'
+gem 'gitaly', '~> 0.27.0'
gem 'toml-rb', '~> 0.3.15', require: false