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-11-24 20:36:45 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-11-24 20:36:45 +0300
commitd261e274bfa8b4612f5591a5124cc4bc5403bac3 (patch)
tree25ee3c03d4297d0012d9b0c9670e071ae0ffabff /Gemfile
parent7c1e54d58d7ee0308b865d9563f1dfeb54568e16 (diff)
Update prometheus Gem to fix compilation on centos 6 duo to GCC not recognizing `std=c11` option
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 53820459a16..a618b1116f5 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.beta36'
+ gem 'prometheus-client-mmap', '~> 0.7.0.beta37'
gem 'raindrops', '~> 0.18'
end