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:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-05-22 20:49:34 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:58 +0300
commit21561f3434021ad35d45c449f489802fd1dced67 (patch)
treefb245cc6f694de8cf4cdde21ad796f85158e7c9d /Gemfile
parentef9d9ddeb2e063fa8ed1b01e4f82cc9662b919b2 (diff)
Correctly handle temporary folder for testing multiproces metrics
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a6b0a20ef61..8ec2c94a2e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -269,9 +269,9 @@ group :metrics do
gem 'method_source', '~> 0.8', require: false
gem 'influxdb', '~> 0.2', require: false
-# Prometheus
+ # Prometheus
gem 'mmap2', '~> 2.2.6'
- gem 'prometheus-client-mmap'
+ gem 'prometheus-client-mmap', '~>0.7.0.beta3'
end
group :development do