Skip to content

Commit

Permalink
Update ovirt to 4.6
Browse files Browse the repository at this point in the history
Updating gem because it fixes some issues with 3.3 building
  • Loading branch information
kbrock committed Sep 10, 2024
1 parent 0a45e40 commit 0a37bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-ovirt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "ovirt-engine-sdk", "~>4.4.0"
spec.add_dependency "ovirt-engine-sdk", "~>4.6.0"
spec.add_dependency "ovirt_metrics", "~>3.2"

spec.add_development_dependency "manageiq-style"
Expand Down

0 comments on commit 0a37bc7

Please sign in to comment.