From 3137544ebffd81aec1fc11796b60d8b5711491ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:46:43 +0000 Subject: [PATCH] Update netaddr requirement from ~> 1.5 to >= 1.5, < 3.0 Updates the requirements on [netaddr](https://github.com/dspinhirne/netaddr-rb) to permit the latest version. - [Release notes](https://github.com/dspinhirne/netaddr-rb/releases) - [Commits](https://github.com/dspinhirne/netaddr-rb/commits/2.0.4) --- updated-dependencies: - dependency-name: netaddr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- knife-vsphere.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knife-vsphere.gemspec b/knife-vsphere.gemspec index d54dea2..ef2a853 100644 --- a/knife-vsphere.gemspec +++ b/knife-vsphere.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.7" s.homepage = "https://github.com/chef/knife-vsphere" s.license = "Apache-2.0" - s.add_dependency "netaddr", "~> 1.5" + s.add_dependency "netaddr", ">= 1.5", "< 3.0" s.add_dependency "rbvmomi", ">= 1.8", "< 4.0" s.add_dependency "filesize", ">= 0.1.1", "< 0.3.0" s.add_dependency "chef-vault", ">= 2.6"