Skip to content

Commit

Permalink
Add uri dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Nov 8, 2024
1 parent 2e157d2 commit 8a07bae
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 @@ -31,6 +31,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rexml", ">= 3.3.6"
s.add_runtime_dependency "sys-proctable", "~> 1.2.5"
s.add_runtime_dependency "sys-uname", "~> 1.2.1"
s.add_runtime_dependency "uri", "~> 1.0.0", ">= 1.0.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"

Expand Down

0 comments on commit 8a07bae

Please sign in to comment.