diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2018-02-01 20:56:41 +0100 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2018-02-08 00:26:45 +0100 |
commit | dabc703a2958aeb6cdd73687b0fda51f2992cc19 (patch) | |
tree | d2f978e4d21998aba82329cdc5bbc0bc33a2d8ba /Gemfile | |
parent | dbb934c8e2b5d138721f9d89afcf8ebbf814bed2 (diff) | |
download | gitlab-ce-dabc703a2958aeb6cdd73687b0fda51f2992cc19.tar.gz |
Migrate Git::Blob.batch to Gitaly
Closes gitaly#985
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ group :ed25519 do end # Gitaly GRPC client -gem 'gitaly-proto', '~> 0.83.0', require: 'gitaly' +gem 'gitaly-proto', '~> 0.84.0', require: 'gitaly' # Locked until https://github.com/google/protobuf/issues/4210 is closed gem 'google-protobuf', '= 3.5.1' |