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_record_migrations_master.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'guides/bug_report_templates/active_record_migrations_master.rb') diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb index 2c009c0563..251bc52c4e 100644 --- a/guides/bug_report_templates/active_record_migrations_master.rb +++ b/guides/bug_report_templates/active_record_migrations_master.rb @@ -9,6 +9,7 @@ end gemfile(true) do source "https://rubygems.org" + git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails" gem "arel", github: "rails/arel" gem "sqlite3" -- cgit v1.2.3