提交 690ce38c 编写于 作者: B bogdanvlviv 提交者: Jeremy Daer

Update bug report templates

Prepare bug report templates for Rails 6.0 development

Add missing `require "active_support"` in `guides/bug_report_templates/generic_gem.rb`
上级 8f98054e
......@@ -13,7 +13,7 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "rails", "5.1.0"
gem "rails", "5.2.0.rc1"
end
require "rack/test"
......
......@@ -13,7 +13,7 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activejob", "5.1.0"
gem "activejob", "5.2.0.rc1"
end
require "minitest/autorun"
......
......@@ -13,7 +13,7 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.1.0"
gem "activerecord", "5.2.0.rc1"
gem "sqlite3"
end
......
......@@ -13,7 +13,7 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.1.0"
gem "activerecord", "5.2.0.rc1"
gem "sqlite3"
end
......@@ -37,7 +37,7 @@
class Payment < ActiveRecord::Base
end
class ChangeAmountToAddScale < ActiveRecord::Migration[5.1]
class ChangeAmountToAddScale < ActiveRecord::Migration[5.2]
def change
reversible do |dir|
dir.up do
......
......@@ -36,7 +36,7 @@
class Payment < ActiveRecord::Base
end
class ChangeAmountToAddScale < ActiveRecord::Migration[5.2]
class ChangeAmountToAddScale < ActiveRecord::Migration[6.0]
def change
reversible do |dir|
dir.up do
......
......@@ -13,9 +13,10 @@
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activesupport", "5.1.0"
gem "activesupport", "5.2.0.rc1"
end
require "active_support"
require "active_support/core_ext/object/blank"
require "minitest/autorun"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册