mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update rails gem version in bug report templates to pass CI on Ruby master
https://buildkite.com/rails/rails/builds/68834#f6a78cf3-6ae4-4148-b1c2-114ccce0731a/941-1012
This commit is contained in:
parent
9765ded048
commit
0f67e6d3f0
6 changed files with 6 additions and 6 deletions
|
@ -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.0"
|
||||
gem "rails", "6.0.3"
|
||||
end
|
||||
|
||||
require "rack/test"
|
||||
|
|
|
@ -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.0"
|
||||
gem "activejob", "6.0.3"
|
||||
end
|
||||
|
||||
require "minitest/autorun"
|
||||
|
|
|
@ -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.0"
|
||||
gem "activerecord", "6.0.3"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -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.0"
|
||||
gem "activerecord", "6.0.3"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -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.0"
|
||||
gem "rails", "6.0.3"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -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.0"
|
||||
gem "activesupport", "6.0.3"
|
||||
end
|
||||
|
||||
require "active_support"
|
||||
|
|
Loading…
Reference in a new issue