From 3e0a858aedb9cb3698843f8b1de8a80876f75aa7 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 27 Sep 2017 00:02:11 +0300 Subject: Change :github git source for bug report templates :github source uses `git://` url by default, `https://` is recommended. See http://bundler.io/v1.15/guides/git.html#security We do the same in our `Gemfile` and templates. --- guides/bug_report_templates/active_job_gem.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/bug_report_templates/active_job_gem.rb') diff --git a/guides/bug_report_templates/active_job_gem.rb b/guides/bug_report_templates/active_job_gem.rb index af777a86ef..3cedafd482 100644 --- a/guides/bug_report_templates/active_job_gem.rb +++ b/guides/bug_report_templates/active_job_gem.rb @@ -9,6 +9,7 @@ end gemfile(true) do source "https://rubygems.org" + git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Activate the gem you are reporting the issue against. gem "activejob", "5.1.0" end -- cgit v1.2.3