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

20 lines
336 B
Text
Raw Normal View History

appraise "3.2" do
gem "activerecord", git: 'https://github.com/rails/rails.git', branch: '3-2-stable'
end
2013-01-18 15:06:20 -05:00
appraise '4.0' do
gem 'activerecord', "~> 4.0.13"
2013-01-18 15:06:20 -05:00
end
2014-05-30 12:34:10 -04:00
appraise '4.1' do
gem 'activerecord', "~> 4.1.14"
2014-05-30 12:34:10 -04:00
end
appraise '4.2' do
gem 'activerecord', "~> 4.2.5.1"
end
appraise '5.0' do
2016-07-01 09:05:46 -04:00
gem 'activerecord', "~> 5.0.0"
end