diff options
author | Robert Speicher <robert@gitlab.com> | 2017-04-07 21:58:19 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-04-07 21:58:19 +0000 |
commit | 33a050d31cc657bdcc03e8cd971451b47bbadacf (patch) | |
tree | 691ab8de200d2f356dda3e10de4475c1ffa1c909 /Gemfile | |
parent | 60ec9c8dbbe6ac975ffbd52a1919cd82104bda00 (diff) | |
parent | 62521f20e4bfead7b224ea9067be9733fc6e2f90 (diff) | |
download | gitlab-ce-33a050d31cc657bdcc03e8cd971451b47bbadacf.tar.gz |
Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into 'master'
Add rake task that prints TOML storage configuration
Closes gitaly#173
See merge request !10448
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -356,3 +356,5 @@ gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client gem 'gitaly', '~> 0.5.0' + +gem 'toml-rb', '~> 0.3.15', require: false |