diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-02 20:59:44 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-07 18:53:32 +0200 |
commit | c4f55ce32d6160b43c518954219cca69077b5001 (patch) | |
tree | 63307e0f6bb2bddbaf079f9414ca4f2cd9d67d1c /Gemfile | |
parent | b12107a0b953b566cd58db30ae880800a4a695a6 (diff) | |
download | gitlab-ce-c4f55ce32d6160b43c518954219cca69077b5001.tar.gz |
Migrate Gitlab::Git::Repository#size to Gitalyfeature/migrate-repository-size-to-gitaly
Closes gitaly#437
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -391,7 +391,7 @@ gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client -gem 'gitaly', '~> 0.24.0' +gem 'gitaly', '~> 0.26.0' gem 'toml-rb', '~> 0.3.15', require: false |