aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/action_controller_gem.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-25 19:07:09 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-04-25 19:11:22 +0900
commitfb4268401575b5af3d5d2566fd37fc75f34bb93b (patch)
tree8ec7c3b1c3e026dde79de195ad4c4fa2a366e908 /guides/bug_report_templates/action_controller_gem.rb
parentaa8a7b42cb67599e043fb68ace752d7ca60ab6d1 (diff)
downloadrails-fb4268401575b5af3d5d2566fd37fc75f34bb93b.tar.gz
rails-fb4268401575b5af3d5d2566fd37fc75f34bb93b.tar.bz2
rails-fb4268401575b5af3d5d2566fd37fc75f34bb93b.zip
Update bug report templates
Bump gem version to 6.0.0.rc1.
Diffstat (limited to 'guides/bug_report_templates/action_controller_gem.rb')
-rw-r--r--guides/bug_report_templates/action_controller_gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/bug_report_templates/action_controller_gem.rb b/guides/bug_report_templates/action_controller_gem.rb
index 6c74200761..3b3730c20e 100644
--- a/guides/bug_report_templates/action_controller_gem.rb
+++ b/guides/bug_report_templates/action_controller_gem.rb
@@ -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", "5.2.0"
+ gem "rails", "6.0.0.rc1"
end
require "rack/test"