Update prometheus-client-mmap to v0.12.0
This removes the deprecated rb_safe_level() and rb_secure() calls. Ruby 2.7 removed the the taint checking mechanism because "the taint mechanism is too expensive to maintain for the merit of it.": https://bugs.ruby-lang.org/issues/16131 This pulls in https://gitlab.com/gitlab-org/prometheus-client-mmap/-/merge_requests/53
Showing
... | ... | @@ -330,7 +330,7 @@ group :metrics do |
gem 'method_source', '~> 1.0', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~> 0.11.0' | ||
gem 'prometheus-client-mmap', '~> 0.12.0' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
... | ... |
Please register or sign in to comment