aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-27 06:38:10 +0900
committerGitHub <noreply@github.com>2017-09-27 06:38:10 +0900
commita72c88e8b39774a4755e2ce4dd8be6cc21302c17 (patch)
treedf79d4fa69e75a277b6f67b5da55d4b18b94f9b7 /guides/bug_report_templates/active_record_migrations_master.rb
parent8d3bf8b66c783419600ad815db8a5405fe573b0b (diff)
parent3e0a858aedb9cb3698843f8b1de8a80876f75aa7 (diff)
downloadrails-a72c88e8b39774a4755e2ce4dd8be6cc21302c17.tar.gz
rails-a72c88e8b39774a4755e2ce4dd8be6cc21302c17.tar.bz2
rails-a72c88e8b39774a4755e2ce4dd8be6cc21302c17.zip
Merge pull request #30726 from bogdanvlviv/improve-bug_report_templates
Change :github git source for bug report templates
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_master.rb1
1 files changed, 1 insertions, 0 deletions
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"