mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change the Rails gem version from 6.0.0.rc1 to 6.0.0 in bug report templates
This commit is contained in:
parent
95cf3d9a57
commit
3e4d55cb0f
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "rails", "6.0.0.rc1"
|
||||
gem "rails", "6.0.0"
|
||||
end
|
||||
|
||||
require "rack/test"
|
||||
|
|
|
@ -8,7 +8,7 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activejob", "6.0.0.rc1"
|
||||
gem "activejob", "6.0.0"
|
||||
end
|
||||
|
||||
require "minitest/autorun"
|
||||
|
|
|
@ -8,7 +8,7 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activerecord", "6.0.0.rc1"
|
||||
gem "activerecord", "6.0.0"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activerecord", "6.0.0.rc1"
|
||||
gem "activerecord", "6.0.0"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
# Activate the gem you are reporting the issue against.
|
||||
gem "activesupport", "6.0.0.rc1"
|
||||
gem "activesupport", "6.0.0"
|
||||
end
|
||||
|
||||
require "active_support"
|
||||
|
|
Loading…
Reference in a new issue