mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
15 lines
280 B
Ruby
15 lines
280 B
Ruby
appraise "3.2" do
|
|
gem "activerecord", git: 'https://github.com/rails/rails.git', branch: '3-2-stable'
|
|
end
|
|
|
|
appraise '4.0' do
|
|
gem 'activerecord', "~> 4.0.13"
|
|
end
|
|
|
|
appraise '4.1' do
|
|
gem 'activerecord', "~> 4.1.14"
|
|
end
|
|
|
|
appraise '4.2' do
|
|
gem 'activerecord', "~> 4.2.5.1"
|
|
end
|