Skip to content

Commit

Permalink
Add all of the links!
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Mar 3, 2021
1 parent ed84837 commit 823125f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Gem::Specification.new do |gem|
gem.version = Sidekiq::VERSION
gem.required_ruby_version = ">= 2.5.0"

gem.metadata = {
"homepage_uri" => "https://sidekiq.org",
"bug_tracker_uri" => "https://github.com/mperham/sidekiq/issues",
"documentation_uri" => "https://github.com/mperham/sidekiq/wiki",
"changelog_uri" => "https://github.com/mperham/sidekiq/blob/master/Changes.md",
"source_code_uri" => "https://github.com/mperham/sidekiq",
}

gem.add_dependency "redis", ">= 4.2.0"
gem.add_dependency "connection_pool", ">= 2.2.2"
gem.add_dependency "rack", "~> 2.0"
Expand Down

0 comments on commit 823125f

Please sign in to comment.