From a7c441ca49a6fba09401b34966832a4851e3807e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 15:40:00 +0000 Subject: [PATCH] Update dry-core requirement from >= 0.6, < 0.9 to >= 0.6, < 1.1 Updates the requirements on [dry-core](https://github.com/dry-rb/dry-core) to permit the latest version. - [Release notes](https://github.com/dry-rb/dry-core/releases) - [Changelog](https://github.com/dry-rb/dry-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-core/compare/v0.6.0...v0.9.1) --- updated-dependencies: - dependency-name: dry-core 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..60a34b5 100644 --- a/foreman_netbox.gemspec +++ b/foreman_netbox.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.add_dependency 'dry-configurable', '>= 0.13', '< 0.17' s.add_dependency 'dry-container', '>= 0.7', '< 0.12' - s.add_dependency 'dry-core', '>= 0.6', '< 0.9' + s.add_dependency 'dry-core', '>= 0.6', '< 1.1' 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'