1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use activerecord 4.0.0 for reporting bugs using the template[ci skip]

This commit is contained in:
Prathamesh Sonpatki 2013-06-27 12:19:56 +05:30
parent f5df6e5a6d
commit 2a7882f0fd

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'