diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-12-04 14:13:22 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-12-05 14:09:15 +0100 |
commit | 887a3739163c32fd5b815dcbba4a59fc69b6db23 (patch) | |
tree | 1ff8e996f971e71b895107d58c17c508566d6210 /Gemfile | |
parent | a39d6d896f6a83176c67c6ebc965ce76eab5249c (diff) | |
download | gitlab-ce-887a3739163c32fd5b815dcbba4a59fc69b6db23.tar.gz |
Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitaly
Closes gitaly#780
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.58.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.59.0', require: 'gitaly' gem 'toml-rb', '~> 0.3.15', require: false |