aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_gem.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-27 17:55:43 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-09-27 17:55:43 +0900
commita151d8ad89a3d353160d85945ab9ad44cb9e6f7a (patch)
tree9a270480f06a8bc6721e4e693df644b93595fdd0 /guides/bug_report_templates/active_record_migrations_gem.rb
parent0d825a65e0cf9208d9c4ac1036bf361b847d89f6 (diff)
downloadrails-a151d8ad89a3d353160d85945ab9ad44cb9e6f7a.tar.gz
rails-a151d8ad89a3d353160d85945ab9ad44cb9e6f7a.tar.bz2
rails-a151d8ad89a3d353160d85945ab9ad44cb9e6f7a.zip
Add newlines before/after the `git_source` in bug report templates
[ci skip]
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_gem.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_gem.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_record_migrations_gem.rb b/guides/bug_report_templates/active_record_migrations_gem.rb
index e5a336768b..f75b6fd932 100644
--- a/guides/bug_report_templates/active_record_migrations_gem.rb
+++ b/guides/bug_report_templates/active_record_migrations_gem.rb
@@ -9,7 +9,9 @@ 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 "activerecord", "5.1.0"
gem "sqlite3"