aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2013-04-17 17:30:19 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2013-04-17 17:30:19 -0400
commitf72b15eb636f3850add235397dc9e7fe71713b44 (patch)
tree7656ff8ecf8480b9c384e270badc6755110f8784 /guides
parent5e71e92235b8a02b8594927e6ce3a3d50a28afa5 (diff)
downloadrails-f72b15eb636f3850add235397dc9e7fe71713b44.tar.gz
rails-f72b15eb636f3850add235397dc9e7fe71713b44.tar.bz2
rails-f72b15eb636f3850add235397dc9e7fe71713b44.zip
bump the rails version in bug report template
Diffstat (limited to 'guides')
-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 2c63342572..2e604bec47 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.11'
+gem 'activerecord', '3.2.13'
require 'active_record'
require 'minitest/autorun'
require 'logger'