aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-06-27 01:25:40 -0700
committerYves Senn <yves.senn@gmail.com>2013-06-27 01:25:40 -0700
commit3dcc0b7afcc422bc6773ff6606a7af27032de390 (patch)
treeb6141e3fe6ee8d39a805126849e42f6a2a735530 /guides
parent0a1591d51f7dccd9620d0d23711b8afef1b03e6d (diff)
parent2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb (diff)
downloadrails-3dcc0b7afcc422bc6773ff6606a7af27032de390.tar.gz
rails-3dcc0b7afcc422bc6773ff6606a7af27032de390.tar.bz2
rails-3dcc0b7afcc422bc6773ff6606a7af27032de390.zip
Merge pull request #11136 from prathamesh-sonpatki/rails4
Use activerecord 4.0.0 for reporting bugs using the 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 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'