Skip to content

Commit

Permalink
Add missing win32ole gem needed by miq-wmi-mswin.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed May 2, 2023
1 parent e198dbc commit 850bc82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manageiq-gems-pending.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "nokogiri", "~> 1.13", ">= 1.13.10"
s.add_runtime_dependency "sys-proctable", "~> 1.2.5"
s.add_runtime_dependency "sys-uname", "~> 1.2.1"
s.add_runtime_dependency "win32ole", "~> 1.8.8" # this gem was extracted in ruby 3 - required if we use wmi on windows
s.add_runtime_dependency "zeitwerk", "~> 2.6", ">= 2.6.8"

s.add_development_dependency "ftpd", "~> 2.1.0"
Expand Down

0 comments on commit 850bc82

Please sign in to comment.