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 948238f71a Support Ruby 2.2
* Remove Rails 3.1 support
* Bump Rails 3.2 to stable
2015-04-15 21:43:42 -04:00

11 lines
220 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.1"
end
appraise '4.1' do
gem 'activerecord', "~> 4.1.1"
end