Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2017-04-04 17:06:07 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-04-04 20:35:35 +0300
commit62521f20e4bfead7b224ea9067be9733fc6e2f90 (patch)
tree8df484fb82fcdd0bbd4afa6b905ed9918e55dcf4 /Gemfile
parent5efd67942cec39d733d27a52edc2ebc86babce30 (diff)
Add rake task that prints TOML storage configuration
Closes gitaly#173
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 910ab318227..089c02119d8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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