Skip to content

Commit

Permalink
Add allowed_push_host to gemspec to fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed May 11, 2020
1 parent 8902644 commit de001c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphql-batch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

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

spec.add_runtime_dependency "graphql", ">= 1.3", "< 2"
spec.add_runtime_dependency "promise.rb", "~> 0.7.2"

Expand Down

0 comments on commit de001c8

Please sign in to comment.