Update dry-configurable.gemspec from dry-rb/template-gem

This commit is contained in:
File Sync 2022-11-04 12:53:22 +00:00
parent edab3095a7
commit 53c8f2ef57
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"
# to update dependencies edit project.yml
spec.add_runtime_dependency "dry-core", "~> 1.0.0.rc", "< 2.0"
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"
spec.add_runtime_dependency "zeitwerk", "~> 2.6"
spec.add_development_dependency "bundler"