From 49e2e9385fe595d800a4715700ad8046da319f6d Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 15 Jun 2018 07:55:49 +0900 Subject: [PATCH] GitHub is HTTPS by default (#252) [ci skip] --- factory_bot_rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index c552025..a34ac09 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.version = '4.10.0' s.authors = ["Joe Ferris"] s.email = %q{jferris@thoughtbot.com} - s.homepage = "http://github.com/thoughtbot/factory_bot_rails" + s.homepage = "https://github.com/thoughtbot/factory_bot_rails" s.summary = %q{factory_bot_rails provides integration between factory_bot and rails 3 or newer} s.description = %q{factory_bot_rails provides integration between