提交 afbbcf24 编写于 作者: M Matthew Draper

Update bug report templates

上级 6c08d480
......@@ -8,7 +8,7 @@
gemfile(true) do
source "https://rubygems.org"
# Activate the gem you are reporting the issue against.
gem "rails", "5.0.1"
gem "rails", "5.1.0.rc1"
end
require "rack/test"
......
......@@ -8,7 +8,7 @@
gemfile(true) do
source "https://rubygems.org"
# Activate the gem you are reporting the issue against.
gem "activejob", "5.0.1"
gem "activejob", "5.1.0.rc1"
end
require "minitest/autorun"
......
......@@ -8,7 +8,7 @@
gemfile(true) do
source "https://rubygems.org"
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.0.1"
gem "activerecord", "5.1.0.rc1"
gem "sqlite3"
end
......
......@@ -8,7 +8,7 @@
gemfile(true) do
source "https://rubygems.org"
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.0.1"
gem "activerecord", "5.1.0.rc1"
gem "sqlite3"
end
......
......@@ -8,7 +8,7 @@
gemfile(true) do
source "https://rubygems.org"
# Activate the gem you are reporting the issue against.
gem "activesupport", "5.0.1"
gem "activesupport", "5.1.0.rc1"
end
require "active_support/core_ext/object/blank"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册