Change the Rails gem version from 6.0.0.rc1 to 6.0.0 in bug report templates

This commit is contained in:
Abhay Nikam 2019-08-21 14:02:10 +05:30
parent 95cf3d9a57
commit 3e4d55cb0f
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"