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:
authorStan Hu <stanhu@gmail.com>2018-07-29 01:46:01 +0300
committerStan Hu <stanhu@gmail.com>2018-07-29 07:16:58 +0300
commitbfffbc7fd12060adecba8d8226798f4fd3bf8c23 (patch)
treee7b71d2b6c949a982fbc60d15e52582f4cdc205a /Gemfile
parent87f03f01735fb4b6dbef2e4bf625cf2546523a4e (diff)
Bump prometheus-client-mmap to 0.9.4
Fixes failing builds with gcc on Archlinux and Ruby 2.4.4. See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/26 for more details.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b330127cb82..687039b9afb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -306,7 +306,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~> 0.9.3'
+ gem 'prometheus-client-mmap', '~> 0.9.4'
gem 'raindrops', '~> 0.18'
end