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
Brian Hawley 82b81a9cd8 Update Ruby and Rails versions tested (#1088)
Add Ruby 2.4.2 and Rails 5.1, and update Ruby 2.2 and 2.3 patches.
2018-02-01 09:37:48 -05:00

23 lines
392 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
appraise '5.0' do
gem 'activerecord', "~> 5.0.0"
end
appraise '5.1' do
gem 'activerecord', "~> 5.1.0"
end