diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-24 18:36:45 +0100 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-11-24 18:36:45 +0100 |
commit | d261e274bfa8b4612f5591a5124cc4bc5403bac3 (patch) | |
tree | 25ee3c03d4297d0012d9b0c9670e071ae0ffabff /Gemfile | |
parent | 7c1e54d58d7ee0308b865d9563f1dfeb54568e16 (diff) | |
download | gitlab-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')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |