-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nikhil2611 <[email protected]>
- Loading branch information
1 parent
ccbcb5a
commit bc519c8
Showing
2 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,11 @@ Gem::Specification.new do |s| | |
s.description = "VMware vSphere support for Chef Infra's Knife command" | ||
s.email = "[email protected]" | ||
s.files = Dir["lib/**/*"] + %w{LICENSE} | ||
s.required_ruby_version = ">= 3.1" | ||
s.required_ruby_version = ">= 3.3" | ||
s.homepage = "https://github.com/chef/knife-vsphere" | ||
s.license = "Apache-2.0" | ||
s.add_dependency "rbvmomi2", ">= 3.5.0", "< 4.0" | ||
s.add_dependency "filesize", ">= 0.1.1", "< 0.3.0" | ||
s.add_dependency "chef-vault", ">= 2.6" | ||
s.add_dependency "knife", ">= 17" | ||
s.add_dependency "knife", "~> 18" | ||
end |