thoughtbot--factory_bot/Appraisals

12 lines
220 B
Plaintext
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 20:06:20 +00:00
appraise '4.0' do
2013-11-02 16:59:33 +00:00
gem 'activerecord', "~> 4.0.1"
2013-01-18 20:06:20 +00:00
end
2014-05-30 16:34:10 +00:00
appraise '4.1' do
gem 'activerecord', "~> 4.1.1"
end