Skip to content

Commit

Permalink
Merge pull request #4 from trusted/allow-hosts-publish
Browse files Browse the repository at this point in the history
allow any host
  • Loading branch information
gustavodiel authored Jul 3, 2024
2 parents 956eddc + ee63afd commit 808b285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
sidekiq-silent-retry (0.1.0)
sidekiq
sidekiq (>= 6.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 1 addition & 3 deletions sidekiq-silent-retry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/trusted/sidekiq-silent-retry/blob/main/CHANGELOG.md"
Expand All @@ -36,5 +34,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'sidekiq'
spec.add_dependency 'sidekiq', '>= 6.0'
end

0 comments on commit 808b285

Please sign in to comment.