From c820b2ba5d764b67274c9d143dff61c336da1819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:38:45 +0000 Subject: [PATCH] Update dry-validation requirement from >= 1.5.2, < 1.9.0 to >= 1.5.2, < 1.11.0 Updates the requirements on [dry-validation](https://github.com/dry-rb/dry-validation) to permit the latest version. - [Release notes](https://github.com/dry-rb/dry-validation/releases) - [Changelog](https://github.com/dry-rb/dry-validation/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-validation/compare/v1.5.2...v1.8.1) --- updated-dependencies: - dependency-name: dry-validation 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 22750cd..3d683c2 100644 --- a/foreman_netbox.gemspec +++ b/foreman_netbox.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.add_dependency 'dry-core', '>= 0.6', '< 0.9' s.add_dependency 'dry-inflector', '0.3.0' s.add_dependency 'dry-schema', '>= 1.6', '< 1.12' - s.add_dependency 'dry-validation', '>= 1.5.2', '< 1.9.0' + s.add_dependency 'dry-validation', '>= 1.5.2', '< 1.11.0' s.add_dependency 'interactor', '~> 3.1.1' s.add_dependency 'netbox-client-ruby', '>= 0.5.5', '< 0.8.0'