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 Apr 5, 2023
1 parent 3dde156 commit 0e04ebd
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 @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib,locale}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['test/**/*']

s.add_dependency 'dry-validation', '~> 1.8.1'
s.add_dependency 'dry-validation', '>= 1.8.1', '< 1.11.0'
s.add_dependency 'interactor', '~> 3.1.1'
s.add_dependency 'netbox-client-ruby', '~> 0.6.0'

Expand Down

0 comments on commit 0e04ebd

Please sign in to comment.