diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-28 15:46:01 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-28 21:16:58 -0700 |
commit | bfffbc7fd12060adecba8d8226798f4fd3bf8c23 (patch) | |
tree | e7b71d2b6c949a982fbc60d15e52582f4cdc205a /Gemfile | |
parent | 87f03f01735fb4b6dbef2e4bf625cf2546523a4e (diff) | |
download | gitlab-ce-bfffbc7fd12060adecba8d8226798f4fd3bf8c23.tar.gz |
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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |