aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/generic_master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/bug_report_templates/generic_master.rb')
-rw-r--r--guides/bug_report_templates/generic_master.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/generic_master.rb b/guides/bug_report_templates/generic_master.rb
index 12334a0106..384c8b1833 100644
--- a/guides/bug_report_templates/generic_master.rb
+++ b/guides/bug_report_templates/generic_master.rb
@@ -9,7 +9,9 @@ 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"
end