Merge pull request #11136 from prathamesh-sonpatki/rails4

Use activerecord 4.0.0 for reporting bugs using the template
This commit is contained in:
Yves Senn 2013-06-27 01:25:40 -07:00
commit 3dcc0b7afc
1 changed files with 1 additions and 1 deletions

View File

@ -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'