mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
13 lines
162 B
Text
13 lines
162 B
Text
|
appraise "2.1" do
|
||
|
gem "activerecord", "~> 2.1"
|
||
|
end
|
||
|
|
||
|
appraise "2.3" do
|
||
|
gem "activerecord", "~> 2.3"
|
||
|
end
|
||
|
|
||
|
appraise "3.0" do
|
||
|
gem "activerecord", "~> 3.0"
|
||
|
end
|
||
|
|