Skip to content

Commit 523832e

Browse files
author
File Sync
committed
Update dry-auto_inject.gemspec from dry-rb/template-gem
1 parent a5e98eb commit 523832e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dry-auto_inject.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)