mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Update prometheus-client requirement from ~> 2.0 to >= 2, < 5
Updates the requirements on [prometheus-client](https://github.com/prometheus/client_ruby) to permit the latest version. - [Release notes](https://github.com/prometheus/client_ruby/releases) - [Changelog](https://github.com/prometheus/client_ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_ruby/compare/v2.1.0...v4.0.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9754c89c92
commit
e3f12fabea
2 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'opentelemetry-resource_detectors', '= 0.19.1'
|
||||
s.add_dependency 'opentelemetry-sdk', '~> 1.0', '>= 1.0.2'
|
||||
s.add_dependency 'pickup', '~> 0.0.11'
|
||||
s.add_dependency 'prometheus-client', '~> 2.0'
|
||||
s.add_dependency 'prometheus-client', '>= 2', '< 5'
|
||||
s.add_dependency 'puma', '~> 5.0', '>= 5.0.4'
|
||||
s.add_dependency 'rack', '~> 2.2'
|
||||
s.add_dependency 'rake', '~> 13.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue