mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
13 lines
217 B
Ruby
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
|
|
|