mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add newlines before/after the git_source
in bug report templates
[ci skip]
This commit is contained in:
parent
0d825a65e0
commit
a151d8ad89
11 changed files with 22 additions and 0 deletions
|
@ -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 "rails", "5.1.0"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 "activejob", "5.1.0"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
gem "sqlite3"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
gem "sqlite3"
|
||||
|
|
|
@ -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"
|
||||
gem "benchmark-ips"
|
||||
|
|
|
@ -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 "activesupport", "5.1.0"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue