Skip to content

Commit

Permalink
Update dry-core.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 3, 2025
1 parent e17eb85 commit 18164fd
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions dry-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]

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

spec.required_ruby_version = ">= 3.1.0"

# to update dependencies edit project.yml
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "logger"
spec.add_runtime_dependency "zeitwerk", "~> 2.6"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "logger"
spec.add_dependency "zeitwerk", "~> 2.6"
end

0 comments on commit 18164fd

Please sign in to comment.