Skip to content

Commit

Permalink
Update dry-core requirement from >= 0.6, < 0.9 to >= 0.6, < 1.1
Browse files Browse the repository at this point in the history
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](dry-rb/dry-core@v0.6.0...v0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2022
1 parent 27fca84 commit 136a0a3
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 @@ -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'
Expand Down

0 comments on commit 136a0a3

Please sign in to comment.