Skip to content

Commit

Permalink
Remove the prometheus-alert-buffer-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 29, 2024
1 parent 1dbd298 commit 9c89854
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions manageiq-providers-kubernetes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "image-inspector-client", "~> 2.0"
spec.add_dependency "kubeclient", "~> 4.7"
spec.add_dependency "more_core_extensions", ">= 3.6", "< 5"
spec.add_dependency "prometheus-alert-buffer-client", "~> 0.3.0"
spec.add_dependency "prometheus-api-client", "~> 0.6"
spec.add_dependency "image-inspector-client", "~> 2.0"
spec.add_dependency "kubeclient", "~> 4.7"
spec.add_dependency "more_core_extensions", ">= 3.6", "< 5"
spec.add_dependency "prometheus-api-client", "~> 0.6"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "recursive-open-struct", "~> 1.1"
Expand Down

0 comments on commit 9c89854

Please sign in to comment.