Skip to content

Commit

Permalink
Update dry-validation requirement from >= 1.5.2, < 1.9.0 to >= 1.5.2,…
Browse files Browse the repository at this point in the history
… < 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](dry-rb/dry-validation@v1.5.2...v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2023
1 parent 3efa7a1 commit c820b2b
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 @@ -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'

Expand Down

0 comments on commit c820b2b

Please sign in to comment.