Merge branch 'pawel/update_prometheus_gem_to_fix_build_on_Rpi' into 'master'
Update prometheus gem to fix build on RPi Closes omnibus-gitlab#2988 See merge request gitlab-org/gitlab-ce!15616
Showing
... | ... | @@ -283,7 +283,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.7.0.beta37' | ||
gem 'prometheus-client-mmap', '~> 0.7.0.beta39' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
... | ... |
Please register or sign in to comment