aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Caton <lucascaton@gmail.com>2015-01-02 09:06:11 +1000
committerLucas Caton <lucascaton@gmail.com>2015-01-02 09:06:11 +1000
commit8d2135881c319cdf1d2d9c734ec89c7631d48af9 (patch)
tree7f67081ba884006290c1d0be2ec73a038237f6c2
parent93fb7c76b1903a5d93bf744d901802dbc923f35f (diff)
downloadrails-8d2135881c319cdf1d2d9c734ec89c7631d48af9.tar.gz
rails-8d2135881c319cdf1d2d9c734ec89c7631d48af9.tar.bz2
rails-8d2135881c319cdf1d2d9c734ec89c7631d48af9.zip
Using Rails 5.0 in bug report templates [ci skip]
-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'