aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-06-27 12:19:56 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-06-27 12:26:58 +0530
commit2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb (patch)
treee78736bfc2cd38cb1c1fe53855f66f1df0e8daa5 /guides/bug_report_templates
parentf5df6e5a6d5e6253708ea8cdb27ad675afea056c (diff)
downloadrails-2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb.tar.gz
rails-2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb.tar.bz2
rails-2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb.zip
Use activerecord 4.0.0 for reporting bugs using the template[ci skip]
Diffstat (limited to 'guides/bug_report_templates')
-rw-r--r--guides/bug_report_templates/active_record_gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb
index 2e604bec47..a8868a1877 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', '3.2.13'
+gem 'activerecord', '4.0.0'
require 'active_record'
require 'minitest/autorun'
require 'logger'