Skip to content

Commit 11726a6

Browse files
Merge pull request #4671 from sonalkr132/temp-https
Update TODO link in bundle gem template to https (cherry picked from commit 9c172e7)
1 parent 9fb3c43 commit 11726a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler/templates/newgem/newgem.gemspec.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
<%- end -%>
1717
spec.required_ruby_version = ">= <%= config[:required_ruby_version] %>"
1818

19-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
19+
spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"
2020

2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."

0 commit comments

Comments
 (0)