diff options
author | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-09 17:38:03 +0530 |
---|---|---|
committer | Abhay Nikam <nikam.abhay1@gmail.com> | 2019-03-09 19:42:35 +0530 |
commit | 027e492b6f873c58b1a531925f3a4dc6726ecc26 (patch) | |
tree | 5764c3f1fcff4061ad63e2580093c7df71ed1122 /activestorage/activestorage.gemspec | |
parent | 9175a4453298b97b6b0b6e144c5a45f94abbdc18 (diff) | |
download | rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.gz rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.bz2 rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.zip |
Fix links in gemspec and docs from http to https.
Diffstat (limited to 'activestorage/activestorage.gemspec')
-rw-r--r-- | activestorage/activestorage.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec index dfada7054a..34029ac8ad 100644 --- a/activestorage/activestorage.gemspec +++ b/activestorage/activestorage.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.author = "David Heinemeier Hansson" s.email = "david@loudthinking.com" - s.homepage = "http://rubyonrails.org" + s.homepage = "https://rubyonrails.org" s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*", "db/**/*"] s.require_path = "lib" |