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
Joshua Clayton d5a3dddb46 Appraise against Rails 5.0.0.beta
Why?

With Rails' upcoming release, test against the latest beta of Rails 5.
2016-02-05 20:38:29 -05:00

19 lines
342 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.beta2"
end