mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
948238f71a
* Remove Rails 3.1 support * Bump Rails 3.2 to stable
11 lines
220 B
Ruby
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
|