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:
parent
f5df6e5a6d
commit
2a7882f0fd
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue