mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update appraisal to test against Rails 3.2
This commit is contained in:
parent
845578c0f2
commit
5555f14db7
3 changed files with 12 additions and 12 deletions
|
@ -16,5 +16,5 @@ appraise "3.1" do
|
|||
end
|
||||
|
||||
appraise "3.2" do
|
||||
gem "activerecord", "~> 3.2.0.rc2"
|
||||
gem "activerecord", "~> 3.2"
|
||||
end
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "activerecord", "~> 3.2.0.rc2"
|
||||
gem "activerecord", "~> 3.2"
|
||||
|
||||
gemspec :path=>"../"
|
|
@ -7,15 +7,15 @@ PATH
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activemodel (3.2.0.rc2)
|
||||
activesupport (= 3.2.0.rc2)
|
||||
activemodel (3.2.0)
|
||||
activesupport (= 3.2.0)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.0.rc2)
|
||||
activemodel (= 3.2.0.rc2)
|
||||
activesupport (= 3.2.0.rc2)
|
||||
arel (~> 3.0.0.rc1)
|
||||
activerecord (3.2.0)
|
||||
activemodel (= 3.2.0)
|
||||
activesupport (= 3.2.0)
|
||||
arel (~> 3.0.0)
|
||||
tzinfo (~> 0.3.29)
|
||||
activesupport (3.2.0.rc2)
|
||||
activesupport (3.2.0)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
appraisal (0.3.8)
|
||||
|
@ -34,7 +34,7 @@ GEM
|
|||
bourne (1.0)
|
||||
mocha (= 0.9.8)
|
||||
builder (3.0.0)
|
||||
childprocess (0.2.9)
|
||||
childprocess (0.3.0)
|
||||
ffi (~> 1.0.6)
|
||||
cucumber (1.0.6)
|
||||
builder (>= 2.1.2)
|
||||
|
@ -47,7 +47,7 @@ GEM
|
|||
gherkin (2.4.21)
|
||||
json (>= 1.4.6)
|
||||
i18n (0.6.0)
|
||||
json (1.6.4)
|
||||
json (1.6.5)
|
||||
mocha (0.9.8)
|
||||
rake
|
||||
multi_json (1.0.4)
|
||||
|
@ -75,7 +75,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 3.2.0.rc2)
|
||||
activerecord (~> 3.2)
|
||||
appraisal (~> 0.3.8)
|
||||
aruba
|
||||
bluecloth
|
||||
|
|
Loading…
Add table
Reference in a new issue