Skip to content

Commit

Permalink
Update dry-auto_inject.gemspec from dry-rb/template-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Nov 4, 2022
1 parent a5e98eb commit 523832e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dry-auto_inject.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-auto_inject/blob/master/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-auto_inject/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-auto_inject"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-auto_inject/issues"

spec.required_ruby_version = ">= 2.7.0"

# to update dependencies edit project.yml
spec.add_runtime_dependency "dry-core", ">= 1.0.0.rc1", "< 2"
spec.add_runtime_dependency "dry-core", "~> 1.0", "< 2"
spec.add_runtime_dependency "zeitwerk", "~> 2.6"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 523832e

Please sign in to comment.