From 027e492b6f873c58b1a531925f3a4dc6726ecc26 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Sat, 9 Mar 2019 17:38:03 +0530 Subject: Fix links in gemspec and docs from http to https. --- activestorage/activestorage.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/activestorage.gemspec') 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" -- cgit v1.2.3