diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2017-04-04 16:06:07 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2017-04-04 19:35:35 +0200 |
commit | 62521f20e4bfead7b224ea9067be9733fc6e2f90 (patch) | |
tree | 8df484fb82fcdd0bbd4afa6b905ed9918e55dcf4 /Gemfile | |
parent | 5efd67942cec39d733d27a52edc2ebc86babce30 (diff) | |
download | gitlab-ce-62521f20e4bfead7b224ea9067be9733fc6e2f90.tar.gz |
Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-toml
Closes gitaly#173
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -353,3 +353,5 @@ gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client gem 'gitaly', '~> 0.5.0' + +gem 'toml-rb', '~> 0.3.15', require: false |