1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/Appraisals

13 lines
217 B
Ruby

appraise "2.1" do
gem "test-unit", "~> 2.3.0", :platforms => [:mri_19]
gem "activerecord", "~> 2.1"
end
appraise "2.3" do
gem "activerecord", "~> 2.3"
end
appraise "3.0" do
gem "activerecord", "~> 3.0"
end