aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/activerecord.gemspec
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-10 00:11:00 +0900
committerGitHub <noreply@github.com>2019-03-10 00:11:00 +0900
commitb075bbdc69f1288539db9dd9b6bb2b55bf0c58e6 (patch)
treeefb9d44b2381ba96ab09a53bbeaa8bd655c2bd55 /activerecord/activerecord.gemspec
parent35efe44f5379b031e6d4abab7b0a8c280e31b640 (diff)
parent027e492b6f873c58b1a531925f3a4dc6726ecc26 (diff)
downloadrails-b075bbdc69f1288539db9dd9b6bb2b55bf0c58e6.tar.gz
rails-b075bbdc69f1288539db9dd9b6bb2b55bf0c58e6.tar.bz2
rails-b075bbdc69f1288539db9dd9b6bb2b55bf0c58e6.zip
Merge pull request #35552 from abhaynikam/fix-remaining-set-of-links-in-gemspec
Update some more links to https
Diffstat (limited to 'activerecord/activerecord.gemspec')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 1e198c3a55..f73233c38b 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.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.rdoc", "examples/**/*", "lib/**/*"]
s.require_path = "lib"