summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-09-20 12:11:51 +0200
committerAhmad Sherif <me@ahmadsherif.com>2017-09-28 23:36:40 +0200
commit3944e16b4bd716fd1f317c89c2c0910de76a2c33 (patch)
tree5e1db612d3db4fd64bf4efc05dddb0b1e3a12f91 /Gemfile
parent67d3ddfdb681d4e791b3b3b716d2b772f530cc86 (diff)
downloadgitlab-ce-3944e16b4bd716fd1f317c89c2c0910de76a2c33.tar.gz
Migrate Git::Repository#rm_tag to Gitaly
Closes gitaly#562
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b58632d3542..b9b9b345dfe 100644
--- a/Gemfile
+++ b/Gemfile
@@ -398,7 +398,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly-proto', '~> 0.33.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.37.0', require: 'gitaly'
gem 'toml-rb', '~> 0.3.15', require: false