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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-06-28 14:40:28 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-06-28 14:40:28 +0300
commitdc466bd99a22754a863af0a936e712156cc12560 (patch)
treec28dea3f8fa719f93a96c57a7211585e2806be16 /Gemfile
parent046527beb585b8086e8b280dee78f43417b9a753 (diff)
Update prometheus-client-mmap to 0.9.6
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 302f39756e8..75431466150 100644
--- a/Gemfile
+++ b/Gemfile
@@ -309,7 +309,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.4'
+ gem 'prometheus-client-mmap', '~> 0.9.6'
gem 'raindrops', '~> 0.18'
end