Skip to content

Commit

Permalink
Update dry-schema requirement from ~> 1.6.0 to >= 1.6, < 1.12 (#72)
Browse files Browse the repository at this point in the history
Updates the requirements on [dry-schema](https://github.com/dry-rb/dry-schema) to permit the latest version.
- [Release notes](https://github.com/dry-rb/dry-schema/releases)
- [Changelog](https://github.com/dry-rb/dry-schema/blob/main/CHANGELOG.md)
- [Commits](dry-rb/dry-schema@v1.6.0...v1.10.6)

---
updated-dependencies:
- dependency-name: dry-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 17, 2022
1 parent de2d7b0 commit 27fca84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_netbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'dry-container', '>= 0.7', '< 0.12'
s.add_dependency 'dry-core', '>= 0.6', '< 0.9'
s.add_dependency 'dry-inflector', '0.3.0'
s.add_dependency 'dry-schema', '~> 1.6.0'
s.add_dependency 'dry-schema', '>= 1.6', '< 1.12'
s.add_dependency 'dry-validation', '>= 1.5.2', '< 1.9.0'
s.add_dependency 'interactor', '~> 3.1.1'
s.add_dependency 'netbox-client-ruby', '>= 0.5.5', '< 0.8.0'
Expand Down

0 comments on commit 27fca84

Please sign in to comment.