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.
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment