mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
c39d1a9e57
* 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.
15 lines
226 B
Ruby
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
|