summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-11-24 18:36:45 +0100
committerPawel Chojnacki <pawel@chojnacki.ws>2017-11-24 18:36:45 +0100
commitd261e274bfa8b4612f5591a5124cc4bc5403bac3 (patch)
tree25ee3c03d4297d0012d9b0c9670e071ae0ffabff /Gemfile.lock
parent7c1e54d58d7ee0308b865d9563f1dfeb54568e16 (diff)
downloadgitlab-ce-d261e274bfa8b4612f5591a5124cc4bc5403bac3.tar.gz
Update prometheus Gem to fix compilation on centos 6 duo to GCC not recognizing `std=c11` option
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 69d20bdbbb3..3fcb223dd4e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -625,7 +625,7 @@ GEM
parser
unparser
procto (0.0.3)
- prometheus-client-mmap (0.7.0.beta36)
+ prometheus-client-mmap (0.7.0.beta37)
mmap2 (~> 2.2, >= 2.2.9)
pry (0.10.4)
coderay (~> 1.1.0)
@@ -1111,7 +1111,7 @@ DEPENDENCIES
peek-sidekiq (~> 1.0.3)
pg (~> 0.18.2)
premailer-rails (~> 1.9.7)
- prometheus-client-mmap (~> 0.7.0.beta36)
+ prometheus-client-mmap (~> 0.7.0.beta37)
pry-byebug (~> 3.4.1)
pry-rails (~> 0.3.4)
rack-attack (~> 4.4.1)