summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2018-10-03 19:58:56 +0900
committerAkira Matsuda <ronnie@dio.jp>2018-10-03 19:58:56 +0900
commitbdcdbec0bd1502ca645e8ec0ead3c771035c1d76 (patch)
tree908d09562833549b85d64f20efc0c4b7d0bd5f1d
parent8c080ff6e7c3ce8fdd237f23eb499b197d56954d (diff)
downloadbundler-bdcdbec0bd1502ca645e8ec0ead3c771035c1d76.tar.gz
GitHub is HTTPS by default
-rw-r--r--bundler.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 49f09c85bf..f0b8db9147 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -21,10 +21,10 @@ Gem::Specification.new do |s|
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