diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-09-20 12:11:51 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-09-28 23:36:40 +0200 |
commit | 3944e16b4bd716fd1f317c89c2c0910de76a2c33 (patch) | |
tree | 5e1db612d3db4fd64bf4efc05dddb0b1e3a12f91 /Gemfile | |
parent | 67d3ddfdb681d4e791b3b3b716d2b772f530cc86 (diff) | |
download | gitlab-ce-3944e16b4bd716fd1f317c89c2c0910de76a2c33.tar.gz |
Migrate Git::Repository#rm_tag to Gitaly
Closes gitaly#562
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |