From 6a39ae16dc9e3b215f6311f7105f277dc5020604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:03:32 +0000 Subject: [PATCH] Update netbox-client-ruby requirement from ~> 0.6.0 to >= 0.6, < 0.8 Updates the requirements on [netbox-client-ruby](https://github.com/ninech/netbox-client-ruby) to permit the latest version. - [Release notes](https://github.com/ninech/netbox-client-ruby/releases) - [Commits](https://github.com/ninech/netbox-client-ruby/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: netbox-client-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- foreman_netbox.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman_netbox.gemspec b/foreman_netbox.gemspec index 6c411b8..b04c8cf 100644 --- a/foreman_netbox.gemspec +++ b/foreman_netbox.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.add_dependency 'dry-validation', '~> 1.8.1' s.add_dependency 'interactor', '~> 3.1.1' - s.add_dependency 'netbox-client-ruby', '~> 0.6.0' + s.add_dependency 'netbox-client-ruby', '>= 0.6', '< 0.8' # pin versions s.add_dependency 'dry-container', '0.9.0'