diff --git a/bundler.gemspec b/bundler.gemspec index 49f09c85bf2..d04bf34e7c4 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -15,16 +15,16 @@ Gem::Specification.new do |s| "Yehuda Katz" ] s.email = ["team@bundler.io"] - s.homepage = "http://bundler.io" + s.homepage = "https://bundler.io" s.summary = "The best way to manage your application's dependencies" s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably" if s.respond_to?(:metadata=) s.metadata = { - "bug_tracker_uri" => "http://github.com/bundler/bundler/issues", + "bug_tracker_uri" => "https://github.com/bundler/bundler/issues", "changelog_uri" => "https://github.com/bundler/bundler/blob/master/CHANGELOG.md", "homepage_uri" => "https://bundler.io/", - "source_code_uri" => "http://github.com/bundler/bundler/", + "source_code_uri" => "https://github.com/bundler/bundler/", } end