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>2018-01-02 13:50:50 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2018-01-02 13:53:23 +0300
commit387c808f9f1778fe490d9add446f8053001582d6 (patch)
tree6755670dd9094e2caa856f2bc6610a2db29cf4b7 /Gemfile
parent377d5c9ec32f9957eee4a9a397a8d18cad1274ac (diff)
Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fdfe1d2713c..5ed0f93be75 100644
--- a/Gemfile
+++ b/Gemfile
@@ -283,7 +283,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.7.0.beta43'
+ gem 'prometheus-client-mmap', '~> 0.7.0.beta44'
gem 'raindrops', '~> 0.18'
end