diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-05-30 21:30:05 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-06-02 18:33:18 +0200 |
commit | 4d1e987ec3263feda7a2f3469e31f5839e25731b (patch) | |
tree | 893c6a8e26011e1cafe34c77c70d2b3de32bffb6 /Gemfile | |
parent | 358662a9f7474b41755ec0128efaaa8bef3cb249 (diff) | |
download | gitlab-ce-4d1e987ec3263feda7a2f3469e31f5839e25731b.tar.gz |
Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpc
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client -gem 'gitaly', '~> 0.7.0' +gem 'gitaly', '~> 0.8.0' gem 'toml-rb', '~> 0.3.15', require: false |