Merge branch 'sh-bump-prometheus-client-mmap' into 'master'
Bump prometheus-client-mmap to 0.9.3 to fix nil exception error See merge request gitlab-org/gitlab-ce!19085
Showing
... | ... | @@ -297,7 +297,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.9.2' | ||
gem 'prometheus-client-mmap', '~> 0.9.3' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
... | ... |
Please register or sign in to comment