diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-06-27 12:19:56 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-06-27 12:26:58 +0530 |
commit | 2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb (patch) | |
tree | e78736bfc2cd38cb1c1fe53855f66f1df0e8daa5 /guides | |
parent | f5df6e5a6d5e6253708ea8cdb27ad675afea056c (diff) | |
download | rails-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')
-rw-r--r-- | guides/bug_report_templates/active_record_gem.rb | 2 |
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' |