summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPaweł Chojnacki <pawel@chojnacki.ws>2017-07-04 15:28:34 +0000
committerRémy Coutable <remy@rymai.me>2017-07-04 15:28:34 +0000
commit26ac691a688cb569a7345d8f31a406d467240bb2 (patch)
treef9922c6175116dd1ba0b2b5a2481c173d4a85951 /Gemfile
parent53c626bc8daff623ac4528dd964bc823458345e0 (diff)
downloadgitlab-ce-26ac691a688cb569a7345d8f31a406d467240bb2.tar.gz
Instrument Unicorn with Ruby exporter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 71d2eb1557c..323827ed01b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -285,6 +285,7 @@ group :metrics do
# Prometheus
gem 'prometheus-client-mmap', '~>0.7.0.beta5'
+ gem 'raindrops', '~> 0.18'
end
group :development do