Skip to content

Commit

Permalink
Add 'allowed_push_host' to gemspec (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vaillancourt authored Mar 20, 2020
1 parent e33efc7 commit efc8d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payment_icons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Gem::Specification.new do |s|
s.add_dependency 'frozen_record'
s.add_dependency 'railties', '>= 5.0'
s.add_dependency 'sassc-rails'

if s.respond_to?(:metadata)
s.metadata["allowed_push_host"] = 'https://rubygems.org'
end

s.add_development_dependency('rails', '>= 5.0')
end

0 comments on commit efc8d20

Please sign in to comment.