aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-02 10:38:53 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-02 10:38:53 -0300
commita016f9b7282b6198cc5c7bdbba5f8aeb3017f3fb (patch)
tree39f840827292fb30229e76023ed97e7d734f9c87 /guides/bug_report_templates
parentb63382ec062730699ddda50bf4aeec49cb2f60af (diff)
parentdee4c2723ae658fad0a99bc3170d83957465792b (diff)
downloadrails-a016f9b7282b6198cc5c7bdbba5f8aeb3017f3fb.tar.gz
rails-a016f9b7282b6198cc5c7bdbba5f8aeb3017f3fb.tar.bz2
rails-a016f9b7282b6198cc5c7bdbba5f8aeb3017f3fb.zip
Merge pull request #18290 from lucascaton/guides_updates
Updating guides for Rails 5.0
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/action_controller_gem.rb2
-rw-r--r--guides/bug_report_templates/active_record_gem.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/bug_report_templates/action_controller_gem.rb b/guides/bug_report_templates/action_controller_gem.rb
index 1f0cec1e22..c06a653e2d 100644
--- a/guides/bug_report_templates/action_controller_gem.rb
+++ b/guides/bug_report_templates/action_controller_gem.rb
@@ -1,5 +1,5 @@
# Activate the gem you are reporting the issue against.
-gem 'rails', '4.0.0'
+gem 'rails', '5.0.0'
require 'rails'
require 'action_controller/railtie'
diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb
index d72633d0b2..1ce8960016 100644
--- a/guides/bug_report_templates/active_record_gem.rb
+++ b/guides/bug_report_templates/active_record_gem.rb
@@ -1,5 +1,5 @@
# Activate the gem you are reporting the issue against.
-gem 'activerecord', '4.0.0'
+gem 'activerecord', '5.0.0'
require 'active_record'
require 'minitest/autorun'
require 'logger'