diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-07-28 14:16:26 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-08-03 19:20:46 +0200 |
commit | 03440eed20cc36a2f9836dc078d2101849e11319 (patch) | |
tree | c5f54538ed21ff58f9bebe8a494b938000d330cb /Gemfile | |
parent | 8f9b658e3a30e28189f5ef626d32661e08cf23aa (diff) | |
download | gitlab-ce-03440eed20cc36a2f9836dc078d2101849e11319.tar.gz |
Migrate blame loading to Gitalyfeature/migrate-load-blame-to-gitaly
Closes gitaly#421
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.23.0' +gem 'gitaly', '~> 0.24.0' gem 'toml-rb', '~> 0.3.15', require: false |