Update bug report templates to use Rails 6.1.0

This commit is contained in:
Yasuo Honda 2020-12-11 16:45:53 +09:00
parent 5cb6338540
commit fa5db446ed
7 changed files with 7 additions and 7 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.3"
gem "rails", "6.1.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 "rails", "6.0.3"
gem "rails", "6.1.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 "activejob", "6.0.3"
gem "activejob", "6.1.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.3"
gem "activerecord", "6.1.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.3"
gem "activerecord", "6.1.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 "rails", "6.0.3"
gem "rails", "6.1.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.3"
gem "activesupport", "6.1.0"
end
require "active_support"