From 2a7882f0fd58f73ff8e8cca9beb3396f2d180ccb Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Thu, 27 Jun 2013 12:19:56 +0530 Subject: Use activerecord 4.0.0 for reporting bugs using the template[ci skip] --- guides/bug_report_templates/active_record_gem.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/bug_report_templates') 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' -- cgit v1.2.3