Update bug report templates

Set Rails 5.2.0 in templates
This commit is contained in:
bogdanvlviv 2018-04-10 04:25:14 +03:00
parent 601e31b362
commit f0eb637f52
No known key found for this signature in database
GPG Key ID: E4ACD76A6DB6DFDD
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "rails", "5.2.0.rc1"
gem "rails", "5.2.0"
end
require "rack/test"

View File

@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activejob", "5.2.0.rc1"
gem "activejob", "5.2.0"
end
require "minitest/autorun"

View File

@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.2.0.rc1"
gem "activerecord", "5.2.0"
gem "sqlite3"
end

View File

@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activerecord", "5.2.0.rc1"
gem "activerecord", "5.2.0"
gem "sqlite3"
end

View File

@ -13,7 +13,7 @@ gemfile(true) do
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Activate the gem you are reporting the issue against.
gem "activesupport", "5.2.0.rc1"
gem "activesupport", "5.2.0"
end
require "active_support"