Bump prometheus-client-mmap to 0.9.3 to fix nil exception error
See https://gitlab.com/gitlab-org/prometheus-client-mmap/issues/24
Showing
... | @@ -297,7 +297,7 @@ group :metrics do | ... | @@ -297,7 +297,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | # Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.9.2' | gem 'prometheus-client-mmap', '~> 0.9.3' | ||
gem 'raindrops', '~> 0.18' | gem 'raindrops', '~> 0.18' | ||
end | end | ||
... | ... |
Please register or sign in to comment