提交 8bbf4a8d 编写于 作者: R Ryuta Kamizono

Merge pull request #37003 from abhaynikam/change-rails-gem-version-in-bug-report-template

Change the Rails gem version from 6.0.0.rc1 to 6.0.0 in bug report templates
上级 3d5a90bc
......@@ -8,7 +8,7 @@
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"
......@@ -16,6 +16,7 @@
class TestApp < Rails::Application
config.root = __dir__
config.hosts << "example.org"
config.session_store :cookie_store, key: "cookie_store_key"
secrets.secret_key_base = "secret_key_base"
......
......@@ -8,7 +8,7 @@
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 @@
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 @@
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 @@
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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册