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
Derek Prior c39d1a9e57 Update appraisals
* Use the release version of Rails 4.0 instead of master
* Update .lock files to use relative path so they don't keep changing
  per developer.
2013-07-05 16:29:00 -04:00

15 lines
226 B
Ruby

appraise "3.0" do
gem "activerecord", "~> 3.0.20"
end
appraise "3.1" do
gem "activerecord", "~> 3.1.12"
end
appraise "3.2" do
gem "activerecord", "~> 3.2.13"
end
appraise '4.0' do
gem 'activerecord', "~> 4.0.0"
end