diff options
author | Akira Matsuda <ronnie@dio.jp> | 2018-10-03 19:59:16 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2018-10-03 19:59:16 +0900 |
commit | 10d7f56aa28d925ab8fae09260dc51753c84dcc4 (patch) | |
tree | f6d4139247e946893b12f8542d18edf3fff98a14 /bundler.gemspec | |
parent | bdcdbec0bd1502ca645e8ec0ead3c771035c1d76 (diff) | |
download | bundler-10d7f56aa28d925ab8fae09260dc51753c84dcc4.tar.gz |
http://bundler.io redirects to https://
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index f0b8db9147..d04bf34e7c 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -15,7 +15,7 @@ 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" |