File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ Gem::Specification.new do |spec|
2222 spec . require_paths = [ "lib" ]
2323
2424 spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
25- spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-auto_inject/blob/master /CHANGELOG.md"
25+ spec . metadata [ "changelog_uri" ] = "https://github.com/dry-rb/dry-auto_inject/blob/main /CHANGELOG.md"
2626 spec . metadata [ "source_code_uri" ] = "https://github.com/dry-rb/dry-auto_inject"
2727 spec . metadata [ "bug_tracker_uri" ] = "https://github.com/dry-rb/dry-auto_inject/issues"
2828
2929 spec . required_ruby_version = ">= 2.7.0"
3030
3131 # to update dependencies edit project.yml
32- spec . add_runtime_dependency "dry-core" , ">= 1.0.0.rc1" , "< 2"
32+ spec . add_runtime_dependency "dry-core" , "~> 1.0" , "< 2"
33+ spec . add_runtime_dependency "zeitwerk" , "~> 2.6"
3334
3435 spec . add_development_dependency "bundler"
3536 spec . add_development_dependency "rake"
You can’t perform that action at this time.
0 commit comments